summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-03-28 16:38:18 +0000
committerrubidium <rubidium@openttd.org>2008-03-28 16:38:18 +0000
commitff3a4014042ed5743457705262c102074fce900b (patch)
treeafd17cc80ba9a09caa79d9b9ac766d83be7b3be3 /src/openttd.h
parent0f552a88a71455910b454f2fd8e5b36f4f66f541 (diff)
downloadopenttd-ff3a4014042ed5743457705262c102074fce900b.tar.xz
(svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 6d6c670eb..884c472bc 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -10,8 +10,6 @@
// Forward declarations of structs.
struct Waypoint;
-struct ViewPort;
-struct DrawPixelInfo;
typedef byte LandscapeID;
typedef uint16 EngineID;
typedef uint16 UnitID;