Skip to content

Commit

Permalink
chore: remove the commented unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
zEuS0390 committed Jul 28, 2024
1 parent b925180 commit 95ee5c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/anim.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,3 @@ void Anim::scoreAnim (SoundManager& soundManager, Clock& clock, Color color, uns
}
}

/*
std::string Anim::intToStr (const int& number)
{
std::stringstream str;
str << number;
std::string s = str.str();
return s;
}
*/

0 comments on commit 95ee5c7

Please sign in to comment.