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 /CMakeLists.txt | |
parent | 5a283c66eef69f5fd573d55f2411703968355eac (diff) |
Remove an unused source
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 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 |