mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 12:12:28 +00:00
Removed unused code related to command palette
This commit is contained in:
parent
2158f88a88
commit
7fd15e9275
@ -92,8 +92,6 @@ void EditorCommandPalette::_update_command_search(const String &search_text) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
command_keys.clear();
|
|
||||||
|
|
||||||
TreeItem *root = search_options->get_root();
|
TreeItem *root = search_options->get_root();
|
||||||
root->clear_children();
|
root->clear_children();
|
||||||
|
|
||||||
|
@ -77,8 +77,6 @@ class EditorCommandPalette : public ConfirmationDialog {
|
|||||||
HashMap<String, Command> commands;
|
HashMap<String, Command> commands;
|
||||||
HashMap<String, Pair<String, Ref<Shortcut>>> unregistered_shortcuts;
|
HashMap<String, Pair<String, Ref<Shortcut>>> unregistered_shortcuts;
|
||||||
|
|
||||||
List<String> command_keys;
|
|
||||||
|
|
||||||
void _update_command_search(const String &search_text);
|
void _update_command_search(const String &search_text);
|
||||||
float _score_path(const String &p_search, const String &p_path);
|
float _score_path(const String &p_search, const String &p_path);
|
||||||
void _sbox_input(const Ref<InputEvent> &p_ie);
|
void _sbox_input(const Ref<InputEvent> &p_ie);
|
||||||
|
Loading…
Reference in New Issue
Block a user