diff options
| author | Lioncash <mathew1800@gmail.com> | 2021-05-05 01:27:56 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2021-05-05 01:32:28 -0400 |
| commit | cc47a6a9c25688e04dd1a05d42a4bdcea5a518d6 (patch) | |
| tree | 7b5510181c012f07b1c6a5574ddec3728d632121 /src/core/hle/service/pctl | |
| parent | 403cf6be696b44219e3612b773f5adcdf63c997e (diff) | |
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: States states{}; ParentalControlSettings settings{}; std::array<char, 8> pin_code{}; - bool can_use_stereo_vision = true; Capability capability{}; }; |
