summaryrefslogtreecommitdiff
path: root/glm-master/test/gtc/gtc_matrix_integer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'glm-master/test/gtc/gtc_matrix_integer.cpp')
-rw-r--r--glm-master/test/gtc/gtc_matrix_integer.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/glm-master/test/gtc/gtc_matrix_integer.cpp b/glm-master/test/gtc/gtc_matrix_integer.cpp
deleted file mode 100644
index 108016a..0000000
--- a/glm-master/test/gtc/gtc_matrix_integer.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <glm/gtc/matrix_integer.hpp>
-
-int main()
-{
- int Error = 0;
-
- return Error;
-}