diff options
| author | 2021-05-05 01:27:56 -0400 | |
|---|---|---|
| committer | 2021-05-05 01:32:28 -0400 | |
| commit | cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6 (patch) | |
| tree | 7b5510181c012f07b1c6a5574ddec3728d632121 /src/core/hle/service/pctl | |
| parent | Merge pull request #6281 from lioncash/shadow-field (diff) | |
| download | yuzu-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.cpp | 1 |
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 | ||