service: Remove unused class variables
Prevents some warnings from occurring.
This commit is contained in:
parent
403cf6be69
commit
cc47a6a9c2
3 changed files with 4 additions and 7 deletions
|
@ -361,7 +361,6 @@ private:
|
|||
States states{};
|
||||
ParentalControlSettings settings{};
|
||||
std::array<char, 8> pin_code{};
|
||||
bool can_use_stereo_vision = true;
|
||||
Capability capability{};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue