ScriptEditor: Remove obsolete completion cache

This commit is contained in:
HolonProduction
2024-08-15 21:22:41 +02:00
parent e37c6261ea
commit 56bad11517
4 changed files with 0 additions and 85 deletions

View File

@ -196,17 +196,6 @@ public:
Script() {}
};
class ScriptCodeCompletionCache {
static ScriptCodeCompletionCache *singleton;
public:
static ScriptCodeCompletionCache *get_singleton() { return singleton; }
ScriptCodeCompletionCache();
virtual ~ScriptCodeCompletionCache() {}
};
class ScriptLanguage : public Object {
GDCLASS(ScriptLanguage, Object)