mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2025-01-10 19:09:45 +01: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:
parent
3bc3b59378
commit
ef4418a7cb
1 changed files with 0 additions and 6 deletions
|
@ -6074,12 +6074,6 @@ std::string Game::unrescued()
|
||||||
|
|
||||||
void Game::gameclock()
|
void Game::gameclock()
|
||||||
{
|
{
|
||||||
/*
|
|
||||||
test = true;
|
|
||||||
std::ostringstream os;
|
|
||||||
os << hours << ":" << minutes << ":" << seconds << ", " << frames;
|
|
||||||
teststring = os.str();
|
|
||||||
*/
|
|
||||||
frames++;
|
frames++;
|
||||||
if (frames >= 30)
|
if (frames >= 30)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue