summaryrefslogtreecommitdiff
path: root/src/toolbar_gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-15 19:00:20 +0000
committerrubidium <rubidium@openttd.org>2008-05-15 19:00:20 +0000
commiteeb6381690503c6122b464150c6b2ffdc855b251 (patch)
tree81f97039ec07852090575ed9e861886558dec2ad /src/toolbar_gui.h
parent8ba6f08ca66468c7157c5eb721e4a8582532a48a (diff)
downloadopenttd-eeb6381690503c6122b464150c6b2ffdc855b251.tar.xz
(svn r13106) -Codechange: rework the toolbar code a little so functions do not have to return the Window they just created.
Diffstat (limited to 'src/toolbar_gui.h')
-rw-r--r--src/toolbar_gui.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/toolbar_gui.h b/src/toolbar_gui.h
index 491248fb2..acd3d3d9c 100644
--- a/src/toolbar_gui.h
+++ b/src/toolbar_gui.h
@@ -5,8 +5,6 @@
#ifndef TOOLBAR_GUI_H
#define TOOLBAR_GUI_H
-#include "window_type.h"
-
-Window *AllocateToolbar();
+void AllocateToolbar();
#endif /*TOOLBAR_GUI_H*/