diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 01:23:28 +0200 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2015-05-03 01:23:28 +0200 |
| commit | 870d354afd7bcf1ef675b2bff57c5bf3be1492e6 (patch) | |
| tree | 2f3aeaeab6d66836f97a0bc0ab5979d63122932e /src | |
| parent | 60cb4a1e323a2f8507db2455de56e9d6737557d8 (diff) | |
Remove fixed grid initialisation
Diffstat (limited to 'src')
| -rw-r--r-- | src/Model/Grid.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Model/Grid.cpp b/src/Model/Grid.cpp index 666f228..7d7e6a7 100644 --- a/src/Model/Grid.cpp +++ b/src/Model/Grid.cpp @@ -9,9 +9,6 @@ Grid::Grid(): m_size(4), m_grid(4){ m_grid.at(i).push_back(0); } } - m_grid.at(0).at(0)=2; - m_grid.at(1).at(0)=2; - m_grid.at(2).at(0)=2; } //Destructor |
