Removed GLFW 2 option macro.

GLFW_NO_GLU is a GLFW 2 feature.  GLFW 3 does not include the GLU header
by default.
This commit is contained in:
Camilla Berglund 2014-04-25 12:01:48 +02:00
parent 4cc5fd68d1
commit 57308993cb

View File

@ -20,7 +20,6 @@
#ifdef NANOVG_GLEW
# include <GL/glew.h>
#endif
#define GLFW_NO_GLU
#ifdef __APPLE__
# define GLFW_INCLUDE_GLCOREARB
#endif