aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.h
diff options
context:
space:
mode:
authorIgnacio Etcheverry2017-09-03 21:23:36 +0200
committerIgnacio Etcheverry2017-09-03 21:23:36 +0200
commit52a7be4eefbafcc983766bd80a87752b678c1c17 (patch)
tree70b59ef4d7b645d59fc2eaf2fdfb0088a1176d1e /modules/gdscript/gd_script.h
parent0b747c29106e0e02f8c9b674cde418a7d270d987 (diff)
downloadgodot-52a7be4eefbafcc983766bd80a87752b678c1c17.tar.gz
godot-52a7be4eefbafcc983766bd80a87752b678c1c17.tar.zst
godot-52a7be4eefbafcc983766bd80a87752b678c1c17.zip
Diffstat (limited to 'modules/gdscript/gd_script.h')
-rw-r--r--modules/gdscript/gd_script.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/gd_script.h b/modules/gdscript/gd_script.h
index 6f05a4770..5e1a8b19a 100644
--- a/modules/gdscript/gd_script.h
+++ b/modules/gdscript/gd_script.h
@@ -389,7 +389,6 @@ public:
virtual bool can_inherit_from_file() { return true; }
virtual int find_function(const String &p_function, const String &p_code) const;
virtual String make_function(const String &p_class, const String &p_name, const PoolStringArray &p_args) const;
- virtual Error open_in_external_editor(const Ref<Script> &p_script, int p_line, int p_col) { return OK; }
virtual Error complete_code(const String &p_code, const String &p_base_path, Object *p_owner, List<String> *r_options, bool &r_forced, String &r_call_hint);
#ifdef TOOLS_ENABLED
virtual Error lookup_code(const String &p_code, const String &p_symbol, const String &p_base_path, Object *p_owner, LookupResult &r_result);