From b336b37025520320c3a4f4a5df9991c42a558f63 Mon Sep 17 00:00:00 2001 From: Amos Date: Tue, 5 Apr 2022 11:41:26 +0200 Subject: [PATCH] Update fasttimer.h --- r5dev/tier0/fasttimer.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/r5dev/tier0/fasttimer.h b/r5dev/tier0/fasttimer.h index c8bf706b..2f6a78dd 100644 --- a/r5dev/tier0/fasttimer.h +++ b/r5dev/tier0/fasttimer.h @@ -19,11 +19,6 @@ class CClockSpeed { public: CClockSpeed(void) - { - Init(); - } - - void Init(void) { const CPUInformation& pi = GetCPUInformation(); m_nClockSpeed = pi.m_Speed;