From 15fb752e8502f0b5c7e5f579dd3ff0eb8baabf3b Mon Sep 17 00:00:00 2001 From: pommicket Date: Thu, 21 Aug 2025 21:49:21 -0400 Subject: Fix various bugs with Macondo moves --- quacker/macondo.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'quacker/macondo.h') diff --git a/quacker/macondo.h b/quacker/macondo.h index 83eb031..9c85987 100644 --- a/quacker/macondo.h +++ b/quacker/macondo.h @@ -20,9 +20,6 @@ public: void stop(); // should Macondo be used for simulations? bool useForSimulation() const; - inline const Quackle::MoveList &getMoves() const { return m_moves; } - inline bool hasMoves() const { return !m_moves.empty(); } - inline void clearMoves() { m_moves.clear(); } // returns whether there have been any updates to moves since last time anyUpdates() was called. inline bool anyUpdates() { bool any = m_anyUpdates; @@ -55,7 +52,6 @@ private: QPushButton *m_solve; Quackle::Game *m_game; MacondoBackend *m_backend; - Quackle::MoveList m_moves; Quackle::MoveList m_movesFromKibitzer; int m_tilesUnseen = 93; int m_viewingPlyNumber = 0; -- cgit v1.2.3