diff options
-rw-r--r-- | src/utils/sdl2helper.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/utils/sdl2helper.cpp b/src/utils/sdl2helper.cpp index 5c61bf79c..eb8179a8b 100644 --- a/src/utils/sdl2helper.cpp +++ b/src/utils/sdl2helper.cpp @@ -33,9 +33,6 @@ bool SDL::getAllVideoModes(StringVect &modeList) { - // +++ need use SDL_GetDisplayMode and SDL_GetNumDisplayModes -// modeList.push_back("800x600"); - std::set<std::string> modes; for (int display = 0; display < 100; display ++) |