You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Remove unused function in Project Manager.
This has been deprecated by #5993
(cherry picked from commit 0df40cc29b)
This commit is contained in:
committed by
Rémi Verschelde
parent
5f18c5cb46
commit
36eeedb357
@@ -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() {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user