diff options
author | griant <goooosick@gmail.com> | 2019-04-19 15:39:57 +0800 |
---|---|---|
committer | griant <goooosick@gmail.com> | 2019-04-19 15:39:57 +0800 |
commit | eb5807984c12e90dc46e359463db1a178fe8a1c5 (patch) | |
tree | 0c52d30a3f4705e5ee53b8ca5dfb2a0bb65e767c /scene/gui/text_edit.h | |
parent | d1c26674eb5827311e6b249f56e1e66b70806bb3 (diff) |
fix improper uncommenting behavior in TextEditor
Diffstat (limited to 'scene/gui/text_edit.h')
-rw-r--r-- | scene/gui/text_edit.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/gui/text_edit.h b/scene/gui/text_edit.h index 96b409c6d4..7e9a76244e 100644 --- a/scene/gui/text_edit.h +++ b/scene/gui/text_edit.h @@ -371,7 +371,6 @@ private: void _update_selection_mode_word(); void _update_selection_mode_line(); - void _uncomment_line(int p_line); void _scroll_up(real_t p_delta); void _scroll_down(real_t p_delta); |