summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
diff options
context:
space:
mode:
authorPaulb23 <p_batty@hotmail.co.uk>2021-08-13 16:32:11 +0100
committerPaulb23 <p_batty@hotmail.co.uk>2021-08-13 17:47:53 +0100
commitb6f5912174aaec1b18879b31ac1b2835c3e40f2b (patch)
treeb3242754141713c9fa5b776f79a14a618734c77f /editor/code_editor.h
parentb73983340da174e1de95a49b59649f3a79438906 (diff)
downloadredot-engine-b6f5912174aaec1b18879b31ac1b2835c3e40f2b.tar.gz
Move CodeEdit theme overrides into EditorTheme
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r--editor/code_editor.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h
index 4cd4880df0..ee8f4366dd 100644
--- a/editor/code_editor.h
+++ b/editor/code_editor.h
@@ -168,7 +168,6 @@ class CodeTextEditor : public VBoxContainer {
void _apply_settings_change();
void _update_text_editor_theme();
- void _update_font();
void _complete_request();
Ref<Texture2D> _get_completion_icon(const ScriptCodeCompletionOption &p_option);
void _font_resize_timeout();