1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #95585 from HolonProduction/remove-cache

ScriptEditor: Remove obsolete completion cache
This commit is contained in:
Thaddeus Crews
2025-04-27 19:21:30 -05:00
4 changed files with 0 additions and 85 deletions

View File

@@ -418,8 +418,6 @@ class ScriptEditor : public PanelContainer {
void _update_selected_editor_menu();
EditorScriptCodeCompletionCache *completion_cache = nullptr;
void _editor_stop();
int edit_pass;
@@ -603,7 +601,6 @@ public:
static void register_create_script_editor_function(CreateScriptEditorFunc p_func);
ScriptEditor(WindowWrapper *p_wrapper);
~ScriptEditor();
};
class ScriptEditorPlugin : public EditorPlugin {