diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-15 03:47:41 -0300 |
---|---|---|
committer | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-01-15 03:47:43 -0300 |
commit | 95fa57f007008d035671eaf5764373995e23dd95 (patch) | |
tree | 7186fc5957eedc515f90cc1a46aaf44c46935813 /src/common/CMakeLists.txt | |
parent | 28e78d81b2f4956ee876bcb8341d5e0569093168 (diff) |
common/color: Remove
This is a leftover from Citra we no longer use.
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 5d781cd77..aeaf8e81f 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt @@ -108,7 +108,6 @@ add_library(common STATIC bit_util.h cityhash.cpp cityhash.h - color.h common_funcs.h common_paths.h common_types.h |