diff --git a/source/code/main.cpp b/source/code/main.cpp index eed4119..0601df5 100644 --- a/source/code/main.cpp +++ b/source/code/main.cpp @@ -910,11 +910,6 @@ public: } } - - void Update(int newtick) { - BlockGame::Update(newtick); - } - private: int topx, topy; };