summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 01:23:28 +0200
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2015-05-03 01:23:28 +0200
commit870d354afd7bcf1ef675b2bff57c5bf3be1492e6 (patch)
tree2f3aeaeab6d66836f97a0bc0ab5979d63122932e /src
parent60cb4a1e323a2f8507db2455de56e9d6737557d8 (diff)
Remove fixed grid initialisation
Diffstat (limited to 'src')
-rw-r--r--src/Model/Grid.cpp3
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