mirror of https://github.com/fltk/fltk
Fixed warning in Sudoku (unused variable)
This commit is contained in:
parent
fe7560fe61
commit
02a208b928
|
@ -139,7 +139,6 @@ class SudokuCell : public Fl_Widget {
|
|||
int col_;
|
||||
bool readonly_;
|
||||
int value_;
|
||||
int solution_;
|
||||
int hint_map_;
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue