diff options
author | Chris Robinson <[email protected]> | 2018-12-12 04:34:09 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-12-12 04:34:09 -0800 |
commit | 43f6a7c6267f85f4e2588467bfee12715874932b (patch) | |
tree | b3800ffada857a36cbb6e0777521355f9055af1a | |
parent | 5a283c66eef69f5fd573d55f2411703968355eac (diff) |
Remove an unused source
-rw-r--r-- | CMakeLists.txt | 1 | ||||
-rw-r--r-- | common/vecmat.cpp | 4 |
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" |