Skip to content

Commit

Permalink
Remove unneeded code that's erroring in Wrath
Browse files Browse the repository at this point in the history
  • Loading branch information
tekkub committed Aug 3, 2008
1 parent 534055e commit 4bc86c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Nudist.lua
Expand Up @@ -31,11 +31,6 @@ butt:SetFrameStrata("DIALOG")
butt:SetPoint("BOTTOMRIGHT", CharacterFrame, "TOPRIGHT", -60, -40)
butt:SetWidth(64) butt:SetHeight(64)

-- Fonts --
butt:SetDisabledFontObject(GameFontDisable)
butt:SetHighlightFontObject(smallfont and GameFontHighlightSmall or GameFontHighlight)
butt:SetTextFontObject(smallfont and GameFontNormalSmall or GameFontNormal)

-- Textures --
butt:SetNormalTexture("Interface\\Addons\\Nudist\\clothed")
butt:SetPushedTexture("Interface\\Addons\\Nudist\\nude")
Expand Down

0 comments on commit 4bc86c7

Please sign in to comment.