summaryrefslogtreecommitdiffstats
path: root/editor/code_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-08-26 18:21:08 +0200
committerGitHub <noreply@github.com>2017-08-26 18:21:08 +0200
commit2a1a1f05feadc8c9b2e6a3058940456b65c3ecdc (patch)
treede80d2ef7ab5b07e1e182e87199c16cc415c482c /editor/code_editor.cpp
parent3c5ce736e63c0db6b2f0b5e8fef1119da5529df2 (diff)
parent565600e8445a3073e4188a1a2bde1f47dd299c5a (diff)
downloadredot-engine-2a1a1f05feadc8c9b2e6a3058940456b65c3ecdc.tar.gz
Merge pull request #10656 from akien-mga/cleanup-commented-out-code
Cleanup tons of obsolete commented out code
Diffstat (limited to 'editor/code_editor.cpp')
-rw-r--r--editor/code_editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp
index d49b240c80..889c750cf9 100644
--- a/editor/code_editor.cpp
+++ b/editor/code_editor.cpp
@@ -1228,7 +1228,6 @@ CodeTextEditor::CodeTextEditor() {
error->set_valign(Label::VALIGN_CENTER);
error->add_color_override("font_color", Color(1, 0.7, 0.6, 0.9));
error->set_h_size_flags(SIZE_EXPAND_FILL); //required for it to display, given now it's clipping contents, do not touch
- //status_bar->add_spacer();
Label *line_txt = memnew(Label);
status_bar->add_child(line_txt);