diff options
Diffstat (limited to 'src/window_gui.h')
-rw-r--r-- | src/window_gui.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/window_gui.h b/src/window_gui.h index fbc39f030..27f914770 100644 --- a/src/window_gui.h +++ b/src/window_gui.h @@ -384,12 +384,6 @@ struct void_d { }; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(void_d)); -struct tree_d { - uint16 base; - uint16 count; -}; -assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tree_d)); - struct tooltips_d { StringID string_id; byte paramcount; |