Core/Grid: Code cleanup

Remove unused method that should not be used anyway
This commit is contained in:
Giacomo Pozzoni
2019-12-09 09:12:04 +01:00
parent 415b2c631c
commit dfc5dc3dff

View File

@@ -92,7 +92,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; }