diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-08-18 20:13:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-18 20:13:50 +0200 |
| commit | de7b6d13ebd48b2ce6f3da21124d843cb35e7c54 (patch) | |
| tree | 17c3590c4433deb6030554c9bdb26d3750f61781 /editor/plugins/script_text_editor.cpp | |
| parent | a619a92e3c7d051d5ac9fe49e1fb0a12db72983c (diff) | |
| parent | 5161c97c9c7d6c1f6e4d0264fd9a9d9ea7f7be27 (diff) | |
| download | redot-engine-de7b6d13ebd48b2ce6f3da21124d843cb35e7c54.tar.gz | |
Merge pull request #51627 from mhilbrunner/todo-for-neikeq
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
| -rw-r--r-- | editor/plugins/script_text_editor.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp index 7f2908eada..5f48106afc 100644 --- a/editor/plugins/script_text_editor.cpp +++ b/editor/plugins/script_text_editor.cpp @@ -758,8 +758,6 @@ void ScriptTextEditor::_lookup_symbol(const String &p_symbol, int p_row, int p_c } else if (script->get_language()->lookup_code(code_editor->get_text_editor()->get_text_for_symbol_lookup(), p_symbol, script->get_path(), base, result) == OK) { _goto_line(p_row); - result.class_name = result.class_name.trim_prefix("_"); - switch (result.type) { case ScriptLanguage::LookupResult::RESULT_SCRIPT_LOCATION: { if (result.script.is_valid()) { |
