Desktop: Remove Unused Class Members.

Remove unused class member variables in
`profile-widget/diveprofileitem`.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2023-06-11 13:04:59 +12:00 committed by bstoeger
parent 700bba7e30
commit a0cb6ad6d7
2 changed files with 1 additions and 6 deletions

View file

@ -59,8 +59,6 @@ public:
int maxCeiling(int row);
private:
unsigned int show_reported_ceiling;
unsigned int reported_ceiling_in_red;
QColor profileColor;
};