removed commented code

This commit is contained in:
devZoGok
2022-01-13 20:21:42 +02:00
parent 74537a5ee9
commit 12d66acc9a
25 changed files with 2 additions and 680 deletions
-1
View File
@@ -11,7 +11,6 @@ namespace battleship{
void update();
private:
vb01::Vector2 pos;
//BitmapText *text;
};
}