Skip to content

Commit

Permalink
clean up unused locals
Browse files Browse the repository at this point in the history
  • Loading branch information
Repooc committed Aug 28, 2024
1 parent 6e344d5 commit 5d0e926
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tukui/Modules/UnitFrames/Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,7 @@ function UnitFrames:PostUpdateAura(unit, button, index, offset, filter, isDebuff
button.isPlayer = data.isPlayerAura
end

local Name, Texture, Count, DType, Duration, ExpirationTime, UnitCaster, IsStealable,
NameplateShowSelf, SpellID, CanApply, IsBossDebuff, CasterIsPlayer, NameplateShowAll,
TimeMod, Effect1, Effect2, Effect3 = UnitAura(unit, index, button.filter)
local _, _, _, DType, Duration, ExpirationTime, _, IsStealable = UnitAura(unit, index, button.filter)

if button then
if(button.filter == "HARMFUL") then
Expand Down

0 comments on commit 5d0e926

Please sign in to comment.