diff options
-rw-r--r-- | images/arrow.png | bin | 2847 -> 0 bytes | |||
-rw-r--r-- | project.conf | 1 | ||||
-rw-r--r-- | src/main.cpp | 2 |
3 files changed, 0 insertions, 3 deletions
diff --git a/images/arrow.png b/images/arrow.png Binary files differdeleted file mode 100644 index 741e517..0000000 --- a/images/arrow.png +++ /dev/null diff --git a/project.conf b/project.conf index 7353844..94bcd1f 100644 --- a/project.conf +++ b/project.conf @@ -9,7 +9,6 @@ glm = "0" glx = "1" glew = "2" sdl2 = "2" -soil = "1.16.0" openvr = "1" x11 = "1" xcomposite = ">=0.2" 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; |