Mercurial > wow > reaction
diff ReAction.lua @ 169:8cc187143acd
Strip out obsolete revision tracking
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Tue, 19 Oct 2010 17:20:16 +0000 |
parents | 29dacbecdb52 |
children | df68b5a40490 |
line wrap: on
line diff
--- a/ReAction.lua Tue Oct 19 17:08:48 2010 +0000 +++ b/ReAction.lua Tue Oct 19 17:20:16 2010 +0000 @@ -32,7 +32,6 @@ "AceConsole-3.0", "AceEvent-3.0" ) -ReAction.revision = tonumber(("$Revision$"):match("%d+")) ------ GLOBALS ------ _G["ReAction"] = ReAction @@ -218,7 +217,7 @@ elseif option == "kb" then self:SetKeybindMode(true) else - self:Print(("%3.1f.%d"):format(version,self.revision)) + self:Print(("%3.1f"):format(version)) self:Print("/rxn config") self:Print("/rxn edit") self:Print("/rxn lock") @@ -288,12 +287,6 @@ ------ API ------ -function ReAction:UpdateRevision(str) - local revision = tonumber(str:match("%d+")) - if revision and revision > ReAction.revision then - ReAction.revision = revision - end -end function ReAction:UserError(msg) -- any user errors should be flashed to the UIErrorsFrame