summaryrefslogtreecommitdiff
path: root/src/console.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/console.cpp')
-rw-r--r--src/console.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/console.cpp b/src/console.cpp
index 20464a71f..b93100825 100644
--- a/src/console.cpp
+++ b/src/console.cpp
@@ -248,7 +248,6 @@ static const WindowDesc _iconsole_window_desc = {
WC_CONSOLE, WC_NONE,
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
_iconsole_window_widgets,
- NULL,
};
void IConsoleInit()