summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-07 13:18:33 +0000
committerrubidium <rubidium@openttd.org>2008-05-07 13:18:33 +0000
commitcd7c99452f0fe99f0ad8ae6826c6e9892b137690 (patch)
tree5380a74fbff0d7fcd5e9b99de0df0aa6e71d2d04 /src/openttd.h
parent0cfd2baa3c5d5f5e283bfde3e7b7dd8ec3f0d2f8 (diff)
downloadopenttd-cd7c99452f0fe99f0ad8ae6826c6e9892b137690.tar.xz
(svn r12989) -Codechange: move ViewportSign to viewport_type.h.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/openttd.h b/src/openttd.h
index de17ccd5d..1f3468159 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -54,12 +54,6 @@ enum {
DO_WAYPOINTS = 6,
};
-struct ViewportSign {
- int32 left;
- int32 top;
- byte width_1, width_2;
-};
-
enum {
SORT_ASCENDING = 0,
SORT_DESCENDING = 1,