Remove more unused code.

This commit is contained in:
rog 2012-11-26 03:48:04 -05:00
parent c2146921f9
commit 3d9712a99e
2 changed files with 0 additions and 7 deletions

View file

@ -97,12 +97,6 @@ void Timer::AddTimeDifference()
m_StartTime += GetTimeDifference();
}
// Wind back the starting time to a custom time
void Timer::WindBackStartingTime(u64 WindBack)
{
m_StartTime += WindBack;
}
// Get the time elapsed since the Start()
u64 Timer::GetTimeElapsed()
{