X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Flibgame%2Fsystem.h;h=593b245010806f0224515685d3cfd9ba135845f9;hb=b003831ec2ccf7b14d2aa094466bdeb6c2f1d048;hp=98aa9c734422c31ac6b867feab2dc92539e49ccb;hpb=2178db0a0652bc87717aa1a55c888258ad6701e5;p=rocksndiamonds.git diff --git a/src/libgame/system.h b/src/libgame/system.h index 98aa9c73..593b2450 100644 --- a/src/libgame/system.h +++ b/src/libgame/system.h @@ -709,7 +709,6 @@ struct ProgramInfo struct OptionInfo { - char *display_name; char *server_host; int server_port; @@ -731,11 +730,6 @@ struct OptionInfo boolean debug; }; -struct ScreenModeInfo -{ - int width, height; -}; - struct VideoSystemInfo { int default_depth; @@ -745,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; @@ -1012,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;