16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-18 11:09:18 +02:00

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;