Revert "cleanup"

This reverts commit 00de485c0b.
This commit is contained in:
Crum
2018-07-11 18:35:38 -05:00
parent 5c1eb005e4
commit 0a5d848f60
9 changed files with 111 additions and 100 deletions
+10
View File
@@ -404,6 +404,16 @@ function S:HandleSliderFrame(frame)
end
end
end
--[[for i = 1, frame:GetNumRegions() do
local region = select(i, frame:GetRegions())
if region and region:GetObjectType() == "FontString" then
local point, anchor, anchorPoint, x, y = region:GetPoint()
if anchorPoint:find("BOTTOM") then
E:Point(region, point, anchor, anchorPoint, x, y - 4)
end
end
end]]
end
end