From cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Wed, 5 May 2021 01:27:56 -0400 Subject: service: Remove unused class variables Prevents some warnings from occurring. --- src/core/hle/service/pctl/module.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core/hle/service/pctl/module.cpp') diff --git a/src/core/hle/service/pctl/module.cpp b/src/core/hle/service/pctl/module.cpp index 96f6e90d0..9bebe6088 100644 --- a/src/core/hle/service/pctl/module.cpp +++ b/src/core/hle/service/pctl/module.cpp @@ -361,7 +361,6 @@ private: States states{}; ParentalControlSettings settings{}; std::array pin_code{}; - bool can_use_stereo_vision = true; Capability capability{}; }; -- cgit v1.2.3