Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuller committed Mar 7, 2015
1 parent 2d77c0c commit cbd35c9
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions Dominos.lua
Expand Up @@ -613,33 +613,3 @@ end
function Dominos:IsLinkedOpacityEnabled()
return self.db.profile.linkedOpacity
end
--[[ Masque Support ]]--
function Dominos:Masque(groupName, button, buttonData)
local Masque = LibStub('Masque', true)
if Masque then
local group = Masque:Group('Dominos', groupName)
group:AddButton(button, buttonData)
return not group.Disable
end
return false
end
function Dominos:RemoveMasque(groupName, button)
local Masque = LibStub('Masque', true)
if Masque then
local group = Masque:Group('Dominos', groupName)
group:RemoveButton(button, buttonData)
return not group.Disable
end
return false
end

0 comments on commit cbd35c9

Please sign in to comment.