diff -r ea070bc7bdad -r cab6fdd47703 src/window_gui.h --- a/src/window_gui.h Fri Mar 28 16:34:50 2008 +0000 +++ b/src/window_gui.h Fri Mar 28 16:36:32 2008 +0000 @@ -361,15 +361,6 @@ }; assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(smallmap_d)); -struct refit_d { - int sel; - struct RefitOption *cargo; - struct RefitList *list; - uint length; - VehicleOrderID order; -}; -assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(refit_d)); - struct vp_d { VehicleID follow_vehicle; int32 scrollpos_x;