summaryrefslogtreecommitdiff
path: root/src/core/hle/service/pctl
diff options
context:
space:
mode:
authorGravatar Lioncash2021-05-05 01:27:56 -0400
committerGravatar Lioncash2021-05-05 01:32:28 -0400
commitcc47a6a9c25688e04dd1a05d42a4bdcea5a518d6 (patch)
tree7b5510181c012f07b1c6a5574ddec3728d632121 /src/core/hle/service/pctl
parentMerge pull request #6281 from lioncash/shadow-field (diff)
downloadyuzu-cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6.tar.gz
yuzu-cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6.tar.xz
yuzu-cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6.zip
service: Remove unused class variables
Prevents some warnings from occurring.
Diffstat (limited to 'src/core/hle/service/pctl')
-rw-r--r--src/core/hle/service/pctl/module.cpp1
1 files changed, 0 insertions, 1 deletions
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:
361 States states{}; 361 States states{};
362 ParentalControlSettings settings{}; 362 ParentalControlSettings settings{};
363 std::array<char, 8> pin_code{}; 363 std::array<char, 8> pin_code{};
364 bool can_use_stereo_vision = true;
365 Capability capability{}; 364 Capability capability{};
366}; 365};
367 366