- remove all code used to get current display's refresh rate.

* Serves no purpose in Raze or GZDoom and appears to only have been added to the backend to facilitate the older interpolation code that was excised in 893686709b.
This commit is contained in:
Mitchell Richters 2020-07-31 20:06:04 +10:00 committed by Christoph Oelckers
parent f8952d5cae
commit 4830989d32
5 changed files with 1 additions and 39 deletions

View file

@ -2,7 +2,6 @@
// Some global engine variables taken out of the backend code.
SystemCallbacks *sysCallbacks;
double refreshfreq;
FString endoomName;
bool batchrun;