From 11e27c1af0462727080c20e4b383cc3eafd16712 Mon Sep 17 00:00:00 2001 From: p3lim Date: Tue, 7 Sep 2010 03:24:52 +0200 Subject: [PATCH] Remove comments --- oUF_Reputation.lua | 15 --------------- 1 file changed, 15 deletions(-) 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) -- 1.7.9.5