mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Removed the deprecated Import menu from the main editor.
This commit is contained in:
parent
e46af1e236
commit
2025672e7b
2 changed files with 0 additions and 26 deletions
|
|
@ -242,7 +242,6 @@ private:
|
|||
HBoxContainer *menu_hb;
|
||||
Control *viewport;
|
||||
MenuButton *file_menu;
|
||||
MenuButton *import_menu;
|
||||
MenuButton *tool_menu;
|
||||
ToolButton *export_button;
|
||||
ToolButton *prev_scene;
|
||||
|
|
@ -447,8 +446,6 @@ private:
|
|||
void _show_messages();
|
||||
void _vp_resized();
|
||||
|
||||
void _rebuild_import_menu();
|
||||
|
||||
void _save_scene(String p_file, int idx = -1);
|
||||
|
||||
void _instance_request(const Vector<String> &p_files);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue