diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index df76f3a..a31b5a0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -34,7 +34,6 @@ #include <SDL.h> #include <GL/glew.h> #include <SDL_opengl.h> -#include <SOIL/SOIL.h> #include <GL/glu.h> #include <openvr.h> #define GLX_GLXEXT_PROTOTYPES @@ -195,7 +194,6 @@ private: // OpenGL bookkeeping GLuint m_iTexture; unsigned int m_uiVertcount; - unsigned int m_arrow_vert_count; GLuint m_glSceneVertBuffer; GLuint m_unSceneVAO; |