diff options
author | 2019-11-26 00:58:31 +0100 | |
---|---|---|
committer | 2019-11-26 00:58:31 +0100 | |
commit | 436381c96037a5f5500eae919f1733848d4b4be2 (patch) | |
tree | 8c69dcc96dc2ab77b84799954cd35a6418e9ad8a /src/osd/sdl/window.cpp | |
parent | 6c181d7adb16227621329ee687b5f0cf95b6336e (diff) |
netlist: Revert development code committed by accident. (nw)
Diffstat (limited to 'src/osd/sdl/window.cpp')
-rw-r--r-- | src/osd/sdl/window.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osd/sdl/window.cpp b/src/osd/sdl/window.cpp index ac6ec74234f..2eeeebf1d49 100644 --- a/src/osd/sdl/window.cpp +++ b/src/osd/sdl/window.cpp @@ -704,9 +704,6 @@ int sdl_window_info::complete_create() * SDL_GL_SetAttribute( SDL_GL_FRAMEBUFFER_SRGB_CAPABLE, 1 ); * */ - SDL_GL_SetAttribute( SDL_GL_FRAMEBUFFER_SRGB_CAPABLE, 1 ); - SDL_GL_SetAttribute( SDL_GL_MULTISAMPLEBUFFERS, 1); - SDL_GL_SetAttribute( SDL_GL_MULTISAMPLESAMPLES, 16); m_extra_flags = SDL_WINDOW_OPENGL; } else |