Browse Source

Merge pull request #25736 from qarmin/fix_sprie_frames_editor

Fix latest regression error in SpriteFramesEditor
Rémi Verschelde 6 years ago
parent
commit
5fa5678eb7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      editor/plugins/sprite_frames_editor_plugin.cpp

+ 0 - 1
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);