commit 0cba733d
Removed a comment
Changed files
| M | source/code/BlockGame.cpp before |
diff --git a/source/code/BlockGame.cpp b/source/code/BlockGame.cpp
index fa940b9..a94c037 100644
--- a/source/code/BlockGame.cpp
+++ b/source/code/BlockGame.cpp
@@ -397,11 +397,6 @@ bool BlockGame::hasStaticContent() const {
return false; //Return false if no static object found
}
-/*
- * Generates some blocks so the user don't see a board without blocks
- */
-//void putStartBlocks(int);
-
void BlockGame::putStartBlocks() {
putStartBlocks(time(0));
}