diff options
| author | 2015-05-14 16:39:17 -0400 | |
|---|---|---|
| committer | 2015-05-14 16:39:17 -0400 | |
| commit | 4b542f91ef39316588a13e57160bfb5c49df2b7b (patch) | |
| tree | b06cde4fa721c4c096e07c6154437e3da30b6a20 /src/common/CMakeLists.txt | |
| parent | dyncom: Removed irrelevant log. (diff) | |
| parent | Common: Remove unused cruft from math_util, and remove a duplicated Rect clas... (diff) | |
| download | yuzu-4b542f91ef39316588a13e57160bfb5c49df2b7b.tar.gz yuzu-4b542f91ef39316588a13e57160bfb5c49df2b7b.tar.xz yuzu-4b542f91ef39316588a13e57160bfb5c49df2b7b.zip | |
Merge pull request #768 from linkmauve/axe-math_utils
Continue the axing of common
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 11659c3c5..f8fc6450f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -9,7 +9,6 @@ set(SRCS | |||
| 9 | logging/filter.cpp | 9 | logging/filter.cpp |
| 10 | logging/text_formatter.cpp | 10 | logging/text_formatter.cpp |
| 11 | logging/backend.cpp | 11 | logging/backend.cpp |
| 12 | math_util.cpp | ||
| 13 | memory_util.cpp | 12 | memory_util.cpp |
| 14 | misc.cpp | 13 | misc.cpp |
| 15 | profiler.cpp | 14 | profiler.cpp |