From 48d991b8197db61c41ac35b3b08be85344612ba5 Mon Sep 17 00:00:00 2001 From: celestar Date: Thu, 11 May 2006 10:33:58 +0000 Subject: (svn r4822) -Feature: Station List View can now be sorted and filtered (by waiting cargo type and facilities) --- window.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'window.h') diff --git a/window.h b/window.h index 9296847e2..f385f5e17 100644 --- a/window.h +++ b/window.h @@ -330,11 +330,6 @@ typedef struct { } tree_d; 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; -- cgit v1.2.3-54-g00ecf