Skip to content

Commit

Permalink
old ??
Browse files Browse the repository at this point in the history
  • Loading branch information
kodewdle committed Oct 29, 2024
1 parent b6aa72c commit c8156df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions ElvUI/Cata/Modules/Skins/Communities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -595,27 +595,6 @@ function S:Blizzard_Communities()
child.IsSkinned = true
end
end

--[[local buttons = list.ListScrollFrame.buttons
for i = 1, #buttons do
local button = buttons[i]
if not button.IsSkinned then
button:Point('LEFT', ApplicantList.backdrop, 1, 0)
button:Point('RIGHT', ApplicantList.backdrop, -1, 0)
button:SetHighlightTexture(E.media.normTex)
button:GetHighlightTexture():SetVertexColor(1, 1, 1, .25)
button.InviteButton:Size(66, 18)
button.CancelInvitationButton:Size(20, 18)
S:HandleButton(button.InviteButton)
S:HandleButton(button.CancelInvitationButton)
hooksecurefunc(button, 'UpdateMemberInfo', ColorMemberName)
button.IsSkinned = true
end
end]] -- DF
end)
end

Expand Down
21 changes: 0 additions & 21 deletions ElvUI/Classic/Modules/Skins/Communities.lua
Original file line number Diff line number Diff line change
Expand Up @@ -604,27 +604,6 @@ function S:Blizzard_Communities()
child.IsSkinned = true
end
end

--[[local buttons = list.ListScrollFrame.buttons
for i = 1, #buttons do
local button = buttons[i]
if not button.IsSkinned then
button:Point('LEFT', ApplicantList.backdrop, 1, 0)
button:Point('RIGHT', ApplicantList.backdrop, -1, 0)
button:SetHighlightTexture(E.media.normTex)
button:GetHighlightTexture():SetVertexColor(1, 1, 1, .25)
button.InviteButton:Size(66, 18)
button.CancelInvitationButton:Size(20, 18)
S:HandleButton(button.InviteButton)
S:HandleButton(button.CancelInvitationButton)
hooksecurefunc(button, 'UpdateMemberInfo', ColorMemberName)
button.IsSkinned = true
end
end]] -- DF
end)
end

Expand Down

0 comments on commit c8156df

Please sign in to comment.