diff options
author | Giacomo Pozzoni <giacomopoz@gmail.com> | 2019-12-09 09:12:04 +0100 |
---|---|---|
committer | vincent-michael <vincent_michael@gmx.de> | 2020-04-24 19:40:26 +0200 |
commit | 60b338881ded0aca1445a5a5cb1e931c67aee42c (patch) | |
tree | 66c96cd086985186416e533cc44d163201a25bed /src | |
parent | fb0d2ed2b96c314ea144b3524195ae96878e0079 (diff) |
Core/Grid: Code cleanup
Remove unused method that should not be used anyway
Diffstat (limited to 'src')
-rw-r--r-- | src/server/game/Grids/NGrid.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/Grids/NGrid.h b/src/server/game/Grids/NGrid.h index fc30720d0f3..587cda84111 100644 --- a/src/server/game/Grids/NGrid.h +++ b/src/server/game/Grids/NGrid.h @@ -89,7 +89,6 @@ class NGrid } uint32 GetGridId(void) const { return i_gridId; } - void SetGridId(const uint32 id) const { i_gridId = id; } grid_state_t GetGridState(void) const { return i_cellstate; } void SetGridState(grid_state_t s) { i_cellstate = s; } int32 getX() const { return i_x; } |