diff options
| author | Rémi Verschelde | 2017-08-26 17:46:49 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-08-26 17:47:57 +0200 |
| commit | 565600e8445a3073e4188a1a2bde1f47dd299c5a (patch) | |
| tree | 0cb16e4c20e2abaa6f17cfec7f3fa870b92caa13 /editor/code_editor.cpp | |
| parent | dd7145b778ea4884fd52f5efaf79dc55375c8465 (diff) | |
| download | godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.tar.gz godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.tar.zst godot-565600e8445a3073e4188a1a2bde1f47dd299c5a.zip | |
Cleanup tons of obsolete commented out code
Mostly in EditorNode, dropping some obsolete editor plugins and also a
cleanup of ProjectSettings/EditorSettings.
Diffstat (limited to 'editor/code_editor.cpp')
| -rw-r--r-- | editor/code_editor.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/code_editor.cpp b/editor/code_editor.cpp index d49b240c8..889c750cf 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); |
