Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
YvesZHI committed Nov 30, 2016
1 parent 8cef2d6 commit acebfc6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Scene.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@ Scene::Scene(int cols, int lines, int time) : COLS{cols}, generator{lines}, mill
}
}

Scene::~Scene()
{
//std::for_each(scene.begin(), scene.end(), [](Char **& p){ delete[] p; });
}

void Scene::showScene()
{
for (int i = 0; i < scene.size(); ++i)
Expand Down
1 change: 0 additions & 1 deletion Scene.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
class Scene
{
public:
~Scene();
Scene(int, int, int = SysTool::TIME_LOW);

template<typename... StringType>
Expand Down

0 comments on commit acebfc6

Please sign in to comment.