mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2024-11-17 07:48:27 +01:00
PlayModel: remove a useless getter
This commit is contained in:
parent
3f10e9faba
commit
c31b789fc5
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ public:
|
||||||
void clear();
|
void clear();
|
||||||
|
|
||||||
const Coord &getCoord() const { return m_currCoord; }
|
const Coord &getCoord() const { return m_currCoord; }
|
||||||
const Coord &getPrevCoord() const { return m_prevCoord; }
|
|
||||||
|
|
||||||
signals:
|
signals:
|
||||||
void coordChanged(const Coord &iNewCoord, const Coord &iOldCoord);
|
void coordChanged(const Coord &iNewCoord, const Coord &iOldCoord);
|
||||||
|
|
Loading…
Reference in a new issue