summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/code_editor.h')
-rw-r--r--editor/code_editor.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/editor/code_editor.h b/editor/code_editor.h
index b38170cbf5..d8f89d440e 100644
--- a/editor/code_editor.h
+++ b/editor/code_editor.h
@@ -151,7 +151,6 @@ class CodeTextEditor : public VBoxContainer {
Timer *idle;
Timer *code_complete_timer;
- Timer *font_resize_timer;
int font_resize_val;
real_t font_size;
@@ -164,14 +163,11 @@ class CodeTextEditor : public VBoxContainer {
void _update_font();
void _complete_request();
Ref<Texture2D> _get_completion_icon(const ScriptCodeCompletionOption &p_option);
- void _font_resize_timeout();
- bool _add_font_size(int p_delta);
void _input(const Ref<InputEvent> &event);
void _text_editor_gui_input(const Ref<InputEvent> &p_event);
void _zoom_in();
void _zoom_out();
- void _zoom_changed();
void _reset_zoom();
Color completion_font_color;