ScriptEditor: Remove obsolete completion cache
This commit is contained in:
parent
e37c6261ea
commit
56bad11517
4 changed files with 0 additions and 85 deletions
|
|
@ -548,11 +548,6 @@ Vector<Ref<ScriptBacktrace>> ScriptServer::capture_script_backtraces(bool p_incl
|
|||
|
||||
////////////////////
|
||||
|
||||
ScriptCodeCompletionCache *ScriptCodeCompletionCache::singleton = nullptr;
|
||||
ScriptCodeCompletionCache::ScriptCodeCompletionCache() {
|
||||
singleton = this;
|
||||
}
|
||||
|
||||
void ScriptLanguage::get_core_type_words(List<String> *p_core_type_words) const {
|
||||
p_core_type_words->push_back("String");
|
||||
p_core_type_words->push_back("Vector2");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue