diff -r 7324eb563ae0 -r d9b3041ee3d0 window.h --- a/window.h Thu May 11 09:54:11 2006 +0000 +++ b/window.h Thu May 11 10:33:58 2006 +0000 @@ -331,11 +331,6 @@ 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));