aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-12-12 04:34:09 -0800
committerChris Robinson <[email protected]>2018-12-12 04:34:09 -0800
commit43f6a7c6267f85f4e2588467bfee12715874932b (patch)
treeb3800ffada857a36cbb6e0777521355f9055af1a
parent5a283c66eef69f5fd573d55f2411703968355eac (diff)
Remove an unused source
-rw-r--r--CMakeLists.txt1
-rw-r--r--common/vecmat.cpp4
2 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 502e4cbd..25392911 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -698,7 +698,6 @@ SET(COMMON_OBJS
common/math_defs.h
common/threads.cpp
common/threads.h
- common/vecmat.cpp
common/vecmat.h
)
SET(OPENAL_OBJS
diff --git a/common/vecmat.cpp b/common/vecmat.cpp
deleted file mode 100644
index 50c2ff5b..00000000
--- a/common/vecmat.cpp
+++ /dev/null
@@ -1,4 +0,0 @@
-
-#include "config.h"
-
-#include "vecmat.h"