summaryrefslogtreecommitdiff
path: root/src/window_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-18 12:40:38 +0000
committerrubidium <rubidium@openttd.org>2008-05-18 12:40:38 +0000
commit4d5b9e38d60a4199dc36a6d275ca8e31f1b7f97c (patch)
tree714f6bb8fc38d8b835bffc7a3eaa83e7e6e08e5a /src/window_type.h
parentcbd09e4f5769ff22213fc96af609580bf0a9b71b (diff)
downloadopenttd-4d5b9e38d60a4199dc36a6d275ca8e31f1b7f97c.tar.xz
(svn r13160) -Codechange: prepare GUIPlaceProcDragXY for the removal of WindowEvent.
Diffstat (limited to 'src/window_type.h')
-rw-r--r--src/window_type.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_type.h b/src/window_type.h
index 32c5eeb13..62f226527 100644
--- a/src/window_type.h
+++ b/src/window_type.h
@@ -99,7 +99,6 @@ enum WindowClass {
};
struct Window;
-struct WindowEvent;
typedef int32 WindowNumber;
#endif /* WINDOW_TYPE_H */