From 95ee5c7cd7fc1c99743fae90bf646c66fac1b51c Mon Sep 17 00:00:00 2001 From: zEuS0390 Date: Sun, 28 Jul 2024 08:01:05 +0800 Subject: [PATCH] chore: remove the commented unused function --- src/anim.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/anim.cpp b/src/anim.cpp index 3adb722..c81125c 100644 --- a/src/anim.cpp +++ b/src/anim.cpp @@ -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; -} -*/