Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
remove unused extra button and zone button calls
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyazel committed Jan 25, 2019
1 parent 74c1417 commit a85f5ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Objects/EXTRABTN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ function EXTRABTN:SetType()
self:RegisterUnitEvent("UNIT_AURA", "player")

self:SetAttribute("type1", "action")
--self:SetAttribute("useparent-unit", false)
--self:SetAttribute("unit", ATTRIBUTE_NOOP)
--action content gets set in UpdateButton
self:UpdateButton()

Expand Down
2 changes: 0 additions & 2 deletions Objects/ZONEABILITYBTN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ function ZONEABILITYBTN:SetType()
self:RegisterEvent("SPELL_UPDATE_CHARGES", "OnEvent")

self:SetAttribute("type1", "macro")
--self:SetAttribute("useparent-unit", false)
--self:SetAttribute("unit", ATTRIBUTE_NOOP)
--macro content gets set in UpdateButton
self:UpdateButton()

Expand Down

0 comments on commit a85f5ea

Please sign in to comment.