summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorcelestar <celestar@openttd.org>2006-05-11 10:33:58 +0000
committercelestar <celestar@openttd.org>2006-05-11 10:33:58 +0000
commit48d991b8197db61c41ac35b3b08be85344612ba5 (patch)
tree95ea258355086eae6b3df6fc5bd9bee882e5a293 /window.h
parent151e79231d564cc66b381a50d4cb3116719499de (diff)
downloadopenttd-48d991b8197db61c41ac35b3b08be85344612ba5.tar.xz
(svn r4822) -Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities)
Diffstat (limited to 'window.h')
-rw-r--r--window.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/window.h b/window.h
index 9296847e2..f385f5e17 100644
--- a/window.h
+++ b/window.h
@@ -331,11 +331,6 @@ typedef struct {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tree_d));
typedef struct {
- byte refresh_counter;
-} plstations_d;
-assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(plstations_d));
-
-typedef struct {
StringID string_id;
} tooltips_d;
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tooltips_d));