You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 17:36:07 +00:00
Remove unimplemented methods
This commit is contained in:
@@ -100,7 +100,6 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
float min_sheet_zoom;
|
||||
|
||||
void _load_pressed();
|
||||
void _load_scene_pressed();
|
||||
void _file_load_request(const Vector<String> &p_path, int p_at_pos = -1);
|
||||
void _copy_pressed();
|
||||
void _paste_pressed();
|
||||
@@ -128,7 +127,6 @@ class SpriteFramesEditor : public HSplitContainer {
|
||||
|
||||
UndoRedo *undo_redo;
|
||||
|
||||
bool _is_drop_valid(const Dictionary &p_drag_data, const Dictionary &p_item_data) const;
|
||||
Variant get_drag_data_fw(const Point2 &p_point, Control *p_from);
|
||||
bool can_drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from) const;
|
||||
void drop_data_fw(const Point2 &p_point, const Variant &p_data, Control *p_from);
|
||||
|
||||
Reference in New Issue
Block a user