From 861995c88ef312beb4bc1b7920d612bd52590303 Mon Sep 17 00:00:00 2001 From: Aki Date: Tue, 8 Mar 2022 23:31:50 +0100 Subject: Removed legacy functions that acted as wrappers for time compression --- Stars45/Game.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'Stars45/Game.h') diff --git a/Stars45/Game.h b/Stars45/Game.h index 7ecb198..e51ae02 100644 --- a/Stars45/Game.h +++ b/Stars45/Game.h @@ -77,8 +77,6 @@ public: void SetMaxTexSize(int n); Clock* GetClock(); - DWORD TimeCompression(); - void SetTimeCompression(DWORD comp); DWORD Frame(); double FrameRate(); -- cgit v1.1