Skip to content

Commit

Permalink
Remove some debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomspilman committed Aug 31, 2024
1 parent 572f574 commit e56125c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tools/MonoGame.Generator.CTypes/EnumWritter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,6 @@ private void Generate(Type type)

var name = Util.GetCTypeOrEnum(type);

if (name == "MGControllerInput")
name = name;

// Write all values to output
_outputText.AppendLine($$"""
enum class {{name}} : {{Util.GetCType(Enum.GetUnderlyingType(type))}}
Expand Down

0 comments on commit e56125c

Please sign in to comment.