diff options
| author | 2021-09-20 17:39:58 -0500 | |
|---|---|---|
| committer | 2021-11-24 20:30:23 -0600 | |
| commit | 6d108f0dcb5b388c3586f90426fc2c832a8bffc0 (patch) | |
| tree | c32a8451e9a87121058d5eb6a7b9aa72fdb99a3c /src/input_common/CMakeLists.txt | |
| parent | input_common: Rewrite SDL (diff) | |
| download | yuzu-6d108f0dcb5b388c3586f90426fc2c832a8bffc0.tar.gz yuzu-6d108f0dcb5b388c3586f90426fc2c832a8bffc0.tar.xz yuzu-6d108f0dcb5b388c3586f90426fc2c832a8bffc0.zip | |
input_common: Remove obsolete files
Diffstat (limited to 'src/input_common/CMakeLists.txt')
| -rw-r--r-- | src/input_common/CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/input_common/CMakeLists.txt b/src/input_common/CMakeLists.txt index 8cdcd315b..d4fa69a77 100644 --- a/src/input_common/CMakeLists.txt +++ b/src/input_common/CMakeLists.txt | |||
| @@ -27,10 +27,6 @@ add_library(input_common STATIC | |||
| 27 | input_poller.h | 27 | input_poller.h |
| 28 | main.cpp | 28 | main.cpp |
| 29 | main.h | 29 | main.h |
| 30 | motion_from_button.cpp | ||
| 31 | motion_from_button.h | ||
| 32 | motion_input.cpp | ||
| 33 | motion_input.h | ||
| 34 | ) | 30 | ) |
| 35 | 31 | ||
| 36 | if (MSVC) | 32 | if (MSVC) |