Merge pull request #6050 from Hinsbart/remove_pm_file_import

Remove unused function in Project Manager.
This commit is contained in:
Rémi Verschelde 2016-08-08 11:13:42 +02:00 committed by GitHub
commit a22d1f21e1
1 changed files with 0 additions and 6 deletions

View File

@ -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() {