diff options
| author | Rémi Verschelde | 2016-08-08 11:13:42 +0200 |
|---|---|---|
| committer | GitHub | 2016-08-08 11:13:42 +0200 |
| commit | a22d1f21e1063b661f2fc103ebd2b48f4056d42f (patch) | |
| tree | 8484589cc8ed0c258388e93152793c6d98507227 | |
| parent | a6643cf578bdb085b93f00c8734d32483fa3eff2 (diff) | |
| parent | 0df40cc29b5f0c059383212c2bb8419767544696 (diff) | |
| download | godot-a22d1f21e1063b661f2fc103ebd2b48f4056d42f.tar.gz godot-a22d1f21e1063b661f2fc103ebd2b48f4056d42f.tar.zst godot-a22d1f21e1063b661f2fc103ebd2b48f4056d42f.zip | |
Merge pull request #6050 from Hinsbart/remove_pm_file_import
Remove unused function in Project Manager.
| -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 b41323dd2..dc1d6ec0f 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() { |
