You've already forked godot
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user