setup: remove duplicated use_sdl2

This commit is contained in:
Mathieu Virbel 2015-01-08 09:34:48 +01:00
parent 51c324f9fa
commit 739ba717a9
1 changed files with 0 additions and 1 deletions

View File

@ -70,7 +70,6 @@ c_options['use_opengl_debug'] = False
c_options['use_glew'] = False
c_options['use_sdl'] = False
c_options['use_sdl2'] = False
c_options['use_sdl2'] = False
c_options['use_ios'] = False
c_options['use_mesagl'] = False
c_options['use_x11'] = False