X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=593b245010806f0224515685d3cfd9ba135845f9;hp=11e28ad6f93e28c250d4d32e42e55d5bc1a16106;hb=bb0b4d6b538a625aaa98a25190891ef1fb766168;hpb=cacc5129ff29981490cb53d43aeca8264b7f176c diff --git a/src/libgame/system.h b/src/libgame/system.h index 11e28ad6..593b2450 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -730,11 +730,6 @@ struct OptionInfo boolean debug; }; -struct ScreenModeInfo -{ - int width, height; -}; - struct VideoSystemInfo { int default_depth; @@ -744,8 +739,6 @@ struct VideoSystemInfo boolean fullscreen_available; boolean fullscreen_enabled; boolean fullscreen_initial; - struct ScreenModeInfo *fullscreen_modes; - char *fullscreen_mode_current; boolean window_scaling_available; int window_scaling_percent; @@ -1011,7 +1004,6 @@ struct SetupInfo boolean skip_levels; boolean time_limit; boolean fullscreen; - char *fullscreen_mode; int window_scaling_percent; char *window_scaling_quality; boolean ask_on_escape;