mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 23:17:51 -05:00
service: Remove unused class variables
Prevents some warnings from occurring.
This commit is contained in:
@ -361,7 +361,6 @@ private:
|
||||
States states{};
|
||||
ParentalControlSettings settings{};
|
||||
std::array<char, 8> pin_code{};
|
||||
bool can_use_stereo_vision = true;
|
||||
Capability capability{};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user