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