Skip to content

Commit

Permalink
Sync with adc5849
Browse files Browse the repository at this point in the history
  • Loading branch information
Vano committed Oct 8, 2024
1 parent 6285d83 commit b1339f3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions godot_cppscript.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -881,9 +881,6 @@ def parse_header(index, filename, filecontent, env):
class_cursors.append(cursor)
case CursorKind.FIELD_DECL:
print(f\"Cursor '{cursor.spelling}'\")
print(f\"Type '{cursor.type.spelling}'\")
print([(i.kind, i.spelling) for i in cursor.get_tokens()])
class_cursors.append(cursor)
case CursorKind.ENUM_DECL:
Expand Down
3 changes: 0 additions & 3 deletions godot_cppscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -939,9 +939,6 @@ def parse_class(parent, class_cursors):
class_cursors.append(cursor)

case CursorKind.FIELD_DECL:
print(f"Cursor '{cursor.spelling}'")
print(f"Type '{cursor.type.spelling}'")
print([(i.kind, i.spelling) for i in cursor.get_tokens()])
class_cursors.append(cursor)

case CursorKind.ENUM_DECL:
Expand Down

0 comments on commit b1339f3

Please sign in to comment.