summaryrefslogtreecommitdiff
path: root/tools/editor
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-08-08 11:13:42 +0200
committerGitHub <noreply@github.com>2016-08-08 11:13:42 +0200
commita22d1f21e1063b661f2fc103ebd2b48f4056d42f (patch)
tree8484589cc8ed0c258388e93152793c6d98507227 /tools/editor
parenta6643cf578bdb085b93f00c8734d32483fa3eff2 (diff)
parent0df40cc29b5f0c059383212c2bb8419767544696 (diff)
Merge pull request #6050 from Hinsbart/remove_pm_file_import
Remove unused function in Project Manager.
Diffstat (limited to 'tools/editor')
-rw-r--r--tools/editor/project_manager.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/editor/project_manager.cpp b/tools/editor/project_manager.cpp
index b41323dd2d..dc1d6ec0f9 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() {