diff options
-rw-r--r-- | console.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -272,8 +272,6 @@ void IConsoleResize(void) _iconsole_win->height = _screen.height - ICON_BOTTOM_BORDERWIDTH; _iconsole_win->width = _screen.width; break; - default: - NOT_REACHED(); } MarkWholeScreenDirty(); |