From d44ac29f4387d2623584486ca6b872b2f44f1031 Mon Sep 17 00:00:00 2001 From: Sumsebrum Date: Mon, 26 Jul 2021 17:32:25 +0200 Subject: [PATCH] cleanup --- Modules/ShadowsightTimer.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/Modules/ShadowsightTimer.lua b/Modules/ShadowsightTimer.lua index 72ad16d..097d238 100644 --- a/Modules/ShadowsightTimer.lua +++ b/Modules/ShadowsightTimer.lua @@ -97,9 +97,6 @@ end function ShadowsightTimer:UpdateFrameOnce() self.timerFrame:EnableMouse(not Gladdy.db.shadowsightTimerLocked) -end - -function ShadowsightTimer:UpdateFrame() if Gladdy.db.shadowsightTimerEnabled then self.timerFrame:SetScale(Gladdy.db.shadowsightTimerScale) self.timerFrame:ClearAllPoints()