Index: trunk/src/lib/sdl.cc
===================================================================
--- trunk/src/lib/sdl.cc	(revision 323)
+++ trunk/src/lib/sdl.cc	(revision 326)
@@ -13,12 +13,5 @@
 #define NV_SDL_FUN( rtype, fname, fparams ) rtype (NV_SDL_APIENTRY *fname) fparams = nullptr;
 #include <nv/lib/detail/sdl_functions.inc>
-#if NV_SDL_VERSION == NV_SDL_12
-#	include <nv/lib/detail/sdl_functions_12.inc>
-#elif NV_SDL_VERSION == NV_SDL_20
-#	include <nv/lib/detail/sdl_functions_20.inc>
-#endif
 #undef NV_SDL_FUN
-
-
 
 bool nv::load_sdl_library( const char* path )
@@ -29,9 +22,4 @@
 #	define NV_SDL_FUN( rtype, fname, fparams ) *(void **) (&fname) = sdl_library.get(#fname);
 #	include <nv/lib/detail/sdl_functions.inc>
-#	if NV_SDL_VERSION == NV_SDL_12
-#		include <nv/lib/detail/sdl_functions_12.inc>
-#	elif NV_SDL_VERSION == NV_SDL_20
-#		include <nv/lib/detail/sdl_functions_20.inc>
-#	endif
 #	undef NV_SDL_FUN
 	return true;
