浏览代码

Remove unused function in Project Manager.

This has been deprecated by #5993

(cherry picked from commit 0df40cc29b5f0c059383212c2bb8419767544696)
Andreas Haas 9 年之前
父节点
当前提交
36eeedb357
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      tools/editor/project_manager.cpp

+ 0 - 6
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() {