diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-02-09 18:27:40 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-09 18:27:40 +0100 |
commit | 5fa5678eb70d6f12800a4862215f54f4c20a4a96 (patch) | |
tree | 59d4501526ed78d6117aa52b407820590ed36d71 | |
parent | ae1ac55409afae35e71b04fbb3b957827d8f5f24 (diff) | |
parent | c8f084b0d5e52d2b3e4e2b927f3d8bc3fa6973fe (diff) |
Merge pull request #25736 from qarmin/fix_sprie_frames_editor
Fix latest regression error in SpriteFramesEditor
-rw-r--r-- | editor/plugins/sprite_frames_editor_plugin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index a84dc6f297..89bb7440fe 100644 --- a/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -642,7 +642,6 @@ void SpriteFramesEditor::drop_data_fw(const Point2 &p_point, const Variant &p_da void SpriteFramesEditor::_bind_methods() { - ClassDB::bind_method(D_METHOD("_gui_input"), &SpriteFramesEditor::_gui_input); ClassDB::bind_method(D_METHOD("_load_pressed"), &SpriteFramesEditor::_load_pressed); ClassDB::bind_method(D_METHOD("_empty_pressed"), &SpriteFramesEditor::_empty_pressed); ClassDB::bind_method(D_METHOD("_empty2_pressed"), &SpriteFramesEditor::_empty2_pressed); |