diff options
author | Andrey Nazarov <skuller@skuller.net> | 2013-01-18 18:06:30 +0400 |
---|---|---|
committer | Andrey Nazarov <skuller@skuller.net> | 2013-01-18 18:06:30 +0400 |
commit | a2a8d1ac66edc1e59087cae403045e60bd6f03e1 (patch) | |
tree | 8e5453b223e03f159eb718af9efda62cdde28936 /src/unix/sdl/glimp.c | |
parent | bc68eb3fa2c88186d09b8baad062ad9fc7dc3f4b (diff) |
Move LIBGL/LIBAL definitions into platform.h
Diffstat (limited to 'src/unix/sdl/glimp.c')
-rw-r--r-- | src/unix/sdl/glimp.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/unix/sdl/glimp.c b/src/unix/sdl/glimp.c index 982f956..211f07b 100644 --- a/src/unix/sdl/glimp.c +++ b/src/unix/sdl/glimp.c @@ -36,12 +36,6 @@ void VID_SDL_SurfaceChanged(void) #endif } -#ifdef __OpenBSD__ -#define LIBGL "libGL.so" -#else -#define LIBGL "libGL.so.1" -#endif - qboolean VID_Init(void) { cvar_t *gl_driver; |