diff options
author | Lioncash <mathew1800@gmail.com> | 2019-05-19 05:33:38 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2019-05-19 05:35:34 -0400 |
commit | bc6972caf9c036fabd9ad0201e882aa7132116a2 (patch) | |
tree | 9222d94acc1bde6f1a24b8321010e66a9fc7ec81 /src/yuzu/CMakeLists.txt | |
parent | fb85d5670d54e526035d83f66f7689eebda73be2 (diff) |
yuzu/util: Remove unused spinbox.cpp/.h
This has been left unused since the removal of the vestigial surface
viewer. Given it has no uses left, this can be removed as well.
Diffstat (limited to 'src/yuzu/CMakeLists.txt')
-rw-r--r-- | src/yuzu/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt index 5138bd9a3..7e883991a 100644 --- a/src/yuzu/CMakeLists.txt +++ b/src/yuzu/CMakeLists.txt @@ -82,8 +82,6 @@ add_executable(yuzu util/limitable_input_dialog.h util/sequence_dialog/sequence_dialog.cpp util/sequence_dialog/sequence_dialog.h - util/spinbox.cpp - util/spinbox.h util/util.cpp util/util.h compatdb.cpp |