diff options
author | Andreas Haas <liu.gam3@gmail.com> | 2016-08-05 15:56:20 +0200 |
---|---|---|
committer | Andreas Haas <liu.gam3@gmail.com> | 2016-08-05 16:01:45 +0200 |
commit | 0df40cc29b5f0c059383212c2bb8419767544696 (patch) | |
tree | cdc9b32615338694a7d6857fb04603415544b570 /tools | |
parent | 6d5d23fa8de8673f4a2b312c05588fd4e7195543 (diff) |
Remove unused function in Project Manager.
This has been deprecated by #5993
Diffstat (limited to 'tools')
-rw-r--r-- | tools/editor/project_manager.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/editor/project_manager.cpp b/tools/editor/project_manager.cpp index 62b15d344d..5344de8fb2 100644 --- a/tools/editor/project_manager.cpp +++ b/tools/editor/project_manager.cpp @@ -364,12 +364,6 @@ public: mode=p_mode; } - void import_from_file(const String& p_file) { - mode=MODE_IMPORT; - _file_selected(p_file); - ok_pressed(); - } - void show_dialog() { |