diff options
Diffstat (limited to 'editor/rename_dialog.h')
-rw-r--r-- | editor/rename_dialog.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/rename_dialog.h b/editor/rename_dialog.h index 280bd00d95..dfdb1bcd76 100644 --- a/editor/rename_dialog.h +++ b/editor/rename_dialog.h @@ -44,7 +44,6 @@ */ class RenameDialog : public ConfirmationDialog { - GDCLASS(RenameDialog, ConfirmationDialog); virtual void ok_pressed() { rename(); }; |