summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
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));