diff options
| author | Rémi Verschelde | 2017-04-20 02:20:04 +0200 |
|---|---|---|
| committer | GitHub | 2017-04-20 02:20:04 +0200 |
| commit | 22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc (patch) | |
| tree | 5da42a60b092003ae4a933f2bceab8fd8fab713e /editor/plugins/script_text_editor.h | |
| parent | c88f56be643c8635b3f9284b9e48a96be63bbc46 (diff) | |
| parent | 4b8568006d1f83d518d98ef3c7354b7c25de46cc (diff) | |
| download | godot-22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc.tar.gz godot-22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc.tar.zst godot-22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc.zip | |
Diffstat (limited to 'editor/plugins/script_text_editor.h')
| -rw-r--r-- | editor/plugins/script_text_editor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/plugins/script_text_editor.h b/editor/plugins/script_text_editor.h index 01f58c6fd..8e089e1eb 100644 --- a/editor/plugins/script_text_editor.h +++ b/editor/plugins/script_text_editor.h @@ -138,7 +138,6 @@ public: virtual void add_callback(const String &p_function, PoolStringArray p_args); virtual void update_settings(); - virtual bool goto_method(const String &p_method); virtual void set_tooltip_request_func(String p_method, Object *p_obj); |
