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
commit9861a8c32229a1c35ee59ad25661a4d7b26d9b9e (patch)
treeafd17cc80ba9a09caa79d9b9ac766d83be7b3be3 /src/openttd.h
parent1c51f1e5919c3064a2daf908808e0fe197bdb182 (diff)
downloadopenttd-9861a8c32229a1c35ee59ad25661a4d7b26d9b9e.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;