diff options
author | Aki <please@ignore.pl> | 2022-03-08 23:31:50 +0100 |
---|---|---|
committer | Aki <please@ignore.pl> | 2022-03-08 23:31:50 +0100 |
commit | 861995c88ef312beb4bc1b7920d612bd52590303 (patch) | |
tree | ddd14c9ee676bc363b313a946fc3c24da02f8748 /Stars45/Game.h | |
parent | e472d9537ee7919630e5f6039f8425b06f6c4213 (diff) | |
download | starshatter-861995c88ef312beb4bc1b7920d612bd52590303.zip starshatter-861995c88ef312beb4bc1b7920d612bd52590303.tar.gz starshatter-861995c88ef312beb4bc1b7920d612bd52590303.tar.bz2 |
Removed legacy functions that acted as wrappers for time compression
Diffstat (limited to 'Stars45/Game.h')
-rw-r--r-- | Stars45/Game.h | 2 |
1 files changed, 0 insertions, 2 deletions
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(); |