diff options
author | Ev1lbl0w <ricasubtil@gmail.com> | 2020-10-19 15:22:17 +0100 |
---|---|---|
committer | Ev1lbl0w <ricasubtil@gmail.com> | 2020-10-19 16:31:42 +0100 |
commit | 395cb5725607624e0fe6171fd5e7976d920cd544 (patch) | |
tree | 5187bc1c0f008a56fc1c57c9c7d788e3b75e0b88 /editor/project_export.h | |
parent | 6b208599848d4e32cf198ce707519fcd7b326b0f (diff) |
Disable code to add patches menu
Diffstat (limited to 'editor/project_export.h')
-rw-r--r-- | editor/project_export.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/editor/project_export.h b/editor/project_export.h index 75402dc334..026daac2ad 100644 --- a/editor/project_export.h +++ b/editor/project_export.h @@ -87,12 +87,6 @@ private: StringName editor_icons; - Tree *patches; - Button *patch_export; - int patch_index; - EditorFileDialog *patch_dialog; - ConfirmationDialog *patch_erase; - Button *export_button; Button *export_all_button; AcceptDialog *export_all_dialog; @@ -109,9 +103,6 @@ private: String default_filename; - void _patch_selected(const String &p_path); - void _patch_deleted(); - void _runnable_pressed(); void _update_parameters(const String &p_edited_property); void _name_changed(const String &p_string); @@ -133,9 +124,6 @@ private: bool _fill_tree(EditorFileSystemDirectory *p_dir, TreeItem *p_item, Ref<EditorExportPreset> ¤t, bool p_only_scenes); void _tree_changed(); - void _patch_button_pressed(Object *p_item, int p_column, int p_id); - void _patch_edited(); - 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); |