aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-05-02 00:20:45 +0200
committerdec05eba <dec05eba@protonmail.com>2020-05-02 00:26:59 +0200
commitd9d84bef5f0aa9d7fbdc1465371fa668646e73f1 (patch)
tree8c08334912695cbe32a237815828796499dc1fa0 /src
parente87af28c6bd335d20583e2879ad88451d7b7b1f8 (diff)
Remove unused files and soil dependency
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
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;