Skip to content

Commit

Permalink
Cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shestak committed Oct 30, 2013
1 parent 427854c commit 3271696
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions ShestakUI/Modules/Misc/DungeonTabs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,6 @@ local function SkinTab(f, t)
f:GetNormalTexture():SetPoint("TOPLEFT", 2, -2)
f:GetNormalTexture():SetPoint("BOTTOMRIGHT", -2, 2)
f:GetNormalTexture():SetTexCoord(0.1, 0.9, 0.1, 0.9)
if f:GetCheckedTexture() then
f:GetCheckedTexture():SetTexture(0, 1, 0, 0.3)
f:GetCheckedTexture():SetAllPoints(f:GetNormalTexture())
end
f:GetHighlightTexture():SetTexture(1, 1, 1, 0.3)
f:GetHighlightTexture():SetAllPoints(f:GetNormalTexture())
f:SetTemplate("Default")
f:StyleButton()
else
Expand Down
6 changes: 0 additions & 6 deletions ShestakUI/Modules/Skins/Blizzard/PvP.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,12 +122,6 @@ local function LoadSkin()
ConquestJoinButton:SkinButton(true)

ConquestTooltip:SetTemplate("Transparent")
ConquestTooltip:HookScript("OnShow", function(self)
self:SetScale(UIParent:GetScale())

local p1, anchor, p2 = self:GetPoint()
self:SetPoint(p1, anchor, p2, 3, 0)
end)

-- PvP Ready Dialog
PVPReadyDialog:StripTextures()
Expand Down

0 comments on commit 3271696

Please sign in to comment.