Remove resolutions that are no longer supported

This commit is contained in:
Alexander van Gessel 2013-05-22 02:55:15 +02:00
parent d412ac181b
commit 5b698910d1

View file

@ -283,8 +283,6 @@ bool show_video_mode_dialog(display& disp)
// hardcoded list here. Include tiny and small gui since they
// will be filtered out later if not needed.
static const SDL_Rect scr_modes[] = {
{ 0, 0, 320, 240 },
{ 0, 0, 640, 480 },
{ 0, 0, 800, 480 }, // small-gui (EeePC resolution)
{ 0, 0, 800, 600 },
{ 0, 0, 1024, 600 }, // used on many netbooks
@ -315,8 +313,6 @@ bool show_video_mode_dialog(display& disp)
&scr_modes[11],
&scr_modes[12],
&scr_modes[13],
&scr_modes[14],
&scr_modes[15],
NULL
};