From 870d354afd7bcf1ef675b2bff57c5bf3be1492e6 Mon Sep 17 00:00:00 2001 From: manzerbredes Date: Sun, 3 May 2015 01:23:28 +0200 Subject: [PATCH] Remove fixed grid initialisation --- src/Model/Grid.cpp | 3 --- 1 file changed, 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