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
commitfc4393dcfee86962549736b429f69cc551ea1ab3 (patch)
tree714f6bb8fc38d8b835bffc7a3eaa83e7e6e08e5a /src/window_type.h
parenta4260474410a86019f2ab80a329141afd7db79ce (diff)
downloadopenttd-fc4393dcfee86962549736b429f69cc551ea1ab3.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 */