maintenance: minor code cleanup

This commit is contained in:
tmj-fstate
2017-11-30 16:32:59 +01:00
parent 59e8c70564
commit ef2195fbcc
4 changed files with 4 additions and 19 deletions

View File

@@ -38,11 +38,6 @@ double GetDeltaRenderTime()
return DeltaRenderTime;
}
double GetfSinceStart()
{
return fSinceStart;
}
void SetDeltaTime(double t)
{
DeltaTime = t;