summaryrefslogtreecommitdiff
path: root/Userland/Applications/TextEditor/TextEditorWindow.gml
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2021-02-02 19:01:54 +0100
committerAndreas Kling <kling@serenityos.org>2021-02-02 19:01:54 +0100
commit31e04907b4ec0eadd12001694cc9961752e041ae (patch)
treed866291c3e24bc6f2fe568706d3e0b963a46e715 /Userland/Applications/TextEditor/TextEditorWindow.gml
parentd4f40241f11a7bc40dde6c1f460625ca9e388ef5 (diff)
downloadserenity-31e04907b4ec0eadd12001694cc9961752e041ae.zip
Revert "TextEditor: Add vim status indicators to the statusbar"
This reverts commit bd6d0d229581e830c7a69cdb29252b9f63e0434a.
Diffstat (limited to 'Userland/Applications/TextEditor/TextEditorWindow.gml')
-rw-r--r--Userland/Applications/TextEditor/TextEditorWindow.gml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Applications/TextEditor/TextEditorWindow.gml b/Userland/Applications/TextEditor/TextEditorWindow.gml
index b13865f697..433d01abff 100644
--- a/Userland/Applications/TextEditor/TextEditorWindow.gml
+++ b/Userland/Applications/TextEditor/TextEditorWindow.gml
@@ -84,6 +84,5 @@
@GUI::StatusBar {
name: "statusbar"
- label_count: 3
}
}