diff options
Diffstat (limited to 'editor/editor_help.h')
-rw-r--r-- | editor/editor_help.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_help.h b/editor/editor_help.h index 2e053e674f..4d42c1d38a 100644 --- a/editor/editor_help.h +++ b/editor/editor_help.h @@ -88,7 +88,6 @@ public: }; class EditorHelp : public VBoxContainer { - GDCLASS(EditorHelp, VBoxContainer); enum Page { @@ -193,7 +192,6 @@ public: }; class EditorHelpBit : public MarginContainer { - GDCLASS(EditorHelpBit, MarginContainer); RichTextLabel *rich_text; |