1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

Revert "TextEditor: Add vim status indicators to the statusbar"

This reverts commit bd6d0d2295.
This commit is contained in:
Andreas Kling 2021-02-02 19:01:54 +01:00
parent d4f40241f1
commit 31e04907b4
10 changed files with 20 additions and 171 deletions

View file

@ -30,11 +30,6 @@
namespace GUI {
RegularEditingEngine::RegularEditingEngine()
{
m_editing_engine_type = EditingEngineType::Regular;
}
CursorWidth RegularEditingEngine::cursor_width() const
{
return CursorWidth::NARROW;