diff --git a/BizHawk.MultiClient/Throttle.cs b/BizHawk.MultiClient/Throttle.cs index ce491d38c0..57d697f15d 100644 --- a/BizHawk.MultiClient/Throttle.cs +++ b/BizHawk.MultiClient/Throttle.cs @@ -195,18 +195,9 @@ namespace BizHawk.MultiClient fSkipFrames *= 0.5f; } - bool adelikat = false; void AutoFrameSkip_BeforeThrottle() { preThrottleEndticks = GetCurTime(); - - if (adelikat) - { - ulong bleh; - QueryPerformanceFrequency(out bleh); - Console.WriteLine("QueryPerformanceFrequency: {0}", bleh); - } - } void AutoFrameSkip_NextFrame()