mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-01 21:51:08 +00:00
Remove unused LIBGL define.
This commit is contained in:
parent
c8fefdc18c
commit
bb146a8384
1 changed files with 0 additions and 10 deletions
|
@ -53,16 +53,6 @@
|
|||
#define CFGDIR ".yq2"
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define LIBGL "opengl32.dll"
|
||||
#elif defined __OpenBSD__
|
||||
#define LIBGL "libGL.so"
|
||||
#elif defined __APPLE__
|
||||
#define LIBGL "/System/Library/Frameworks/OpenGL.framework/OpenGL"
|
||||
#else
|
||||
#define LIBGL "libGL.so.1"
|
||||
#endif
|
||||
|
||||
/* ================================================================== */
|
||||
|
||||
typedef struct sizebuf_s
|
||||
|
|
Loading…
Reference in a new issue