Skip to content

Commit 36eeedb

Browse files
27thLizakien-mga
authored andcommitted
Remove unused function in Project Manager.
This has been deprecated by #5993 (cherry picked from commit 0df40cc)
1 parent 5f18c5c commit 36eeedb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/editor/project_manager.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -364,12 +364,6 @@ class NewProjectDialog : public ConfirmationDialog {
364364
mode=p_mode;
365365
}
366366

367-
void import_from_file(const String& p_file) {
368-
mode=MODE_IMPORT;
369-
_file_selected(p_file);
370-
ok_pressed();
371-
}
372-
373367
void show_dialog() {
374368

375369

0 commit comments

Comments
 (0)