You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Cleanup unused engine code
This commit is contained in:
@@ -274,8 +274,6 @@ class ScriptCodeCompletionCache {
|
||||
static ScriptCodeCompletionCache *singleton;
|
||||
|
||||
public:
|
||||
virtual RES get_cached_resource(const String &p_path) = 0;
|
||||
|
||||
static ScriptCodeCompletionCache *get_singleton() { return singleton; }
|
||||
|
||||
ScriptCodeCompletionCache();
|
||||
|
||||
Reference in New Issue
Block a user