diff options
Diffstat (limited to 'src/i_ui.go')
-rw-r--r-- | src/i_ui.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 7447803..a27c602 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -229,8 +229,6 @@ func i_draw_bottom_text(ui HardUI, insert *HostNode, insert_err []error) { text = "" } else if insert_err != nil { text = ERROR_KEYS_HINTS - } else { - text = INSERT_KEYS_HINTS } case HELP_MODE: text = HELP_KEYS_HINTS |