From bc6972caf9c036fabd9ad0201e882aa7132116a2 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 19 May 2019 05:33:38 -0400 Subject: 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. --- src/yuzu/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/yuzu/CMakeLists.txt') 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 -- cgit v1.2.3