Remove unused function in Project Manager.
This has been deprecated by #5993
This commit is contained in:
parent
6d5d23fa8d
commit
0df40cc29b
1 changed files with 0 additions and 6 deletions
|
@ -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() {
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue