Fixed warning in Sudoku (unused variable)

This commit is contained in:
Matthias Melcher 2024-08-10 14:49:45 +02:00
parent fe7560fe61
commit 02a208b928

View File

@ -139,7 +139,6 @@ class SudokuCell : public Fl_Widget {
int col_;
bool readonly_;
int value_;
int solution_;
int hint_map_;
public: