From 2035c0f57697f8a51dcc48478894dc817b80b137 Mon Sep 17 00:00:00 2001 From: Parnic Date: Thu, 30 Aug 2012 04:36:00 +0000 Subject: [PATCH] - Removed dead line of code that was using a global variable and then not even doing anything with it. --- modules/SliceAndDice.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/SliceAndDice.lua b/modules/SliceAndDice.lua index 33529f2..fe23353 100644 --- a/modules/SliceAndDice.lua +++ b/modules/SliceAndDice.lua @@ -240,8 +240,6 @@ function SliceAndDice.prototype:UpdateSliceAndDice(event, unit, fromUpdate) end local denominator = (self.moduleSettings.showAsPercentOfMax and CurrMaxSnDDuration or sndDuration) self:UpdateBar(denominator ~= 0 and remaining / denominator or 0, "SliceAndDice") - - formatString = self.moduleSettings.upperText or '' else self:UpdateBar(0, "SliceAndDice")