1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-28 23:48:30 +02:00

Remove commented-out code in Game::gameclock()

This code involves stringstreams, which causes a false-positive any time
I ripgrep for stringstream in the codebase.
This commit is contained in:
Misa 2021-02-07 12:44:28 -08:00 committed by Ethan Lee
parent 3bc3b59378
commit ef4418a7cb

View File

@ -6074,12 +6074,6 @@ std::string Game::unrescued()
void Game::gameclock()
{
/*
test = true;
std::ostringstream os;
os << hours << ":" << minutes << ":" << seconds << ", " << frames;
teststring = os.str();
*/
frames++;
if (frames >= 30)
{