diff options
Diffstat (limited to 'editor/editor_run_script.h')
-rw-r--r-- | editor/editor_run_script.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/editor_run_script.h b/editor/editor_run_script.h index edf75b9e73..261e2a7e41 100644 --- a/editor/editor_run_script.h +++ b/editor/editor_run_script.h @@ -35,7 +35,6 @@ #include "editor_plugin.h" class EditorNode; class EditorScript : public Reference { - GDCLASS(EditorScript, Reference); EditorNode *editor; |