From ff3a4014042ed5743457705262c102074fce900b Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 28 Mar 2008 16:38:18 +0000 Subject: (svn r12472) -Codechange: remove unneeded declaration of ViewPort and DrawPixelInfo. --- src/openttd.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/openttd.h') 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; -- cgit v1.2.3-54-g00ecf