diff --git a/src/Generator.bf b/src/Generator.bf index a4a6bd6..ba8d2a0 100644 --- a/src/Generator.bf +++ b/src/Generator.bf @@ -1450,7 +1450,6 @@ abstract class Cpp2BeefGenerator protected virtual void EnumConstantDecl(CXCursor cursor) { - BeginCursor(cursor); WriteCustomAttributes(cursor); GetNameInBindings(cursor, str); WriteTokensAfterEquals(cursor);