diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-08-10 14:49:45 +0200 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-08-10 14:49:51 +0200 |
| commit | 02a208b928b46a4c6d305497552517bc39cbb0ba (patch) | |
| tree | 0ebfcece13b95864f9cdd4377d7a03ed4d977bb0 | |
| parent | fe7560fe6134b7957147bbe083718d8749b35164 (diff) | |
Fixed warning in Sudoku (unused variable)
| -rw-r--r-- | test/sudoku.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/sudoku.cxx b/test/sudoku.cxx index 8d226a9fa..6d7b85eb1 100644 --- a/test/sudoku.cxx +++ b/test/sudoku.cxx @@ -139,7 +139,6 @@ class SudokuCell : public Fl_Widget { int col_; bool readonly_; int value_; - int solution_; int hint_map_; public: |
