From 8898bc5811667327d97ccb7d99f634f5f5204285 Mon Sep 17 00:00:00 2001 From: Adrian L Lange Date: Thu, 30 Aug 2012 13:52:04 +0200 Subject: [PATCH] Remove support for oUF 1.5.x --- tags.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tags.lua b/tags.lua index 19a5602..441016f 100644 --- a/tags.lua +++ b/tags.lua @@ -9,14 +9,7 @@ local function ShortValue(value) end end -local tags -if(oUF.version == '1.6.0') then - tags = oUF.Tags -else - tags = {} - tags.Methods = oUF.Tags - tags.Events = oUF.TagEvents -end +local tags = oUF.Tags tags.Methods['p3lim:status'] = function(unit) if(not UnitIsConnected(unit)) then -- 1.7.9.5