Quantcast

Remove comments

p3lim [09-06-10 - 20:34]
Remove comments
Filename
oUF_Experience.lua
diff --git a/oUF_Experience.lua b/oUF_Experience.lua
index 7503c4d..7db410c 100644
--- a/oUF_Experience.lua
+++ b/oUF_Experience.lua
@@ -1,18 +1,3 @@
---[[
-
-	Elements handled:
-	 .Experience [statusbar]
-	 .Experience.Rested [statusbar] (optional, must be parented to Experience)
-	 .Experience.Text [fontstring] (optional)
-
-	Booleans:
-	 - noTooltip
-
-	Functions that can be overridden from within a layout:
-	 - PostUpdate(element unit, min, max)
-
---]]
-
 local _, ns = ...
 local oUF = ns.oUF or oUF
 assert(oUF, 'oUF Experience was unable to locate oUF install')