Quantcast

Remove comments

p3lim [09-07-10 - 01:24]
Remove comments
Filename
oUF_Reputation.lua
diff --git a/oUF_Reputation.lua b/oUF_Reputation.lua
index e230f0a..9a84b28 100644
--- a/oUF_Reputation.lua
+++ b/oUF_Reputation.lua
@@ -1,18 +1,3 @@
---[[
-
-	Elements handled:
-	 .Reputation [statusbar]
-	 .Reputation.Text [fontstring] (optional)
-
-	Booleans:
-	 - Tooltip
-
-	Functions that can be overridden from within a layout:
-	 - PostUpdate(self, event, unit, bar, min, max, value, name, id)
-	 - OverrideText(bar, min, max, value, name, id)
-
---]]
-
 local function tooltip(self)
 	local name, id, min, max, value = GetWatchedFactionInfo()
 	GameTooltip:SetOwner(self, 'ANCHOR_BOTTOMRIGHT', 5, -5)