diff options
author | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-09-08 15:39:41 -0500 |
---|---|---|
committer | Daniel J. Ramirez <djrmuv@gmail.com> | 2017-09-12 13:16:47 -0500 |
commit | 57fff67580981397420ab8be2b3121ca951f36b8 (patch) | |
tree | 6088272e7164f81b59f368c8635ad0756280dc91 /editor/editor_log.h | |
parent | 60f054d3acf5d629bc3ce0f10d7ead8f9c10f973 (diff) | |
download | redot-engine-57fff67580981397420ab8be2b3121ca951f36b8.tar.gz |
Fixed some inconsistent styles, plus some cleanup
Diffstat (limited to 'editor/editor_log.h')
-rw-r--r-- | editor/editor_log.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_log.h b/editor/editor_log.h index fd919fd692..e551623140 100644 --- a/editor/editor_log.h +++ b/editor/editor_log.h @@ -50,8 +50,6 @@ class EditorLog : public VBoxContainer { RichTextLabel *log; HBoxContainer *title_hb; //PaneDrag *pd; - Control *ec; - PanelContainer *pc; static void _error_handler(void *p_self, const char *p_func, const char *p_file, int p_line, const char *p_error, const char *p_errorexp, ErrorHandlerType p_type); @@ -66,7 +64,6 @@ class EditorLog : public VBoxContainer { protected: static void _bind_methods(); void _notification(int p_what); - void _override_logger_styles(); public: void add_message(const String &p_msg, bool p_error = false); |