diff options
author | rubidium <rubidium@openttd.org> | 2008-05-19 09:48:47 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-05-19 09:48:47 +0000 |
commit | 27c38052b73615fa815272972df58daf0308307d (patch) | |
tree | ad107e2b54965a8bc93dbd8dfc8a03260f20660d /src/console.cpp | |
parent | fc29abf62113dd2545bdb5c05760e3539f6acf74 (diff) | |
download | openttd-27c38052b73615fa815272972df58daf0308307d.tar.xz |
(svn r13185) -Codechange: remove everything related to the WindowProc callbacks.
Diffstat (limited to 'src/console.cpp')
-rw-r--r-- | src/console.cpp | 1 |
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() |