aboutsummaryrefslogtreecommitdiff
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
parente87af28c6bd335d20583e2879ad88451d7b7b1f8 (diff)
Remove unused files and soil dependency
-rw-r--r--images/arrow.pngbin2847 -> 0 bytes
-rw-r--r--project.conf1
-rw-r--r--src/main.cpp2
3 files changed, 0 insertions, 3 deletions
diff --git a/images/arrow.png b/images/arrow.png
deleted file mode 100644
index 741e517..0000000
--- a/images/arrow.png
+++ /dev/null
Binary files differ
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;