From 40bfe5c66525f86f30e7a5cdb9d676c30eff524e Mon Sep 17 00:00:00 2001 From: Darthpred Date: Sun, 10 Aug 2014 03:37:24 +0400 Subject: [PATCH] Wut? O_o --- ElvUI_SLE/options/core_c.lua | 41 ----------------------------------------- 1 file changed, 41 deletions(-) diff --git a/ElvUI_SLE/options/core_c.lua b/ElvUI_SLE/options/core_c.lua index e41eb0d..69b7ac4 100644 --- a/ElvUI_SLE/options/core_c.lua +++ b/ElvUI_SLE/options/core_c.lua @@ -84,47 +84,6 @@ local function configTable() }, }, }, - links = { - type = 'group', - name = 'About/Help', - order = -2, - args = { - desc = { - order = 1, - type = 'description', - fontSize = 'medium', - name = 'Da LinkZ!!!!', - }, - tukuilink = { - type = 'input', - width = 'full', - name = 'On TukUI.org', - get = function(info) return 'http://www.tukui.org/addons/index.php?act=view&id=42' end, - order = 2, - }, - wowilink = { - type = 'input', - width = 'full', - name = 'On WoWI', - get = function(info) return 'http://www.wowinterface.com/downloads/info20927-ElvUIShadowLight.html' end, - order = 3, - }, - curselink= { - type = 'input', - width = 'full', - name = 'On Curse', - get = function(info) return 'http://www.curse.com/addons/wow/shadow-and-light-edit' end, - order = 4, - }, - gitlablink = { - type = 'input', - width = 'full', - name = 'GitLab Link / Report Errors', - get = function(info) return 'http://git.tukui.org/repooc/elvui-shadowandlight' end, - order = 5, - }, - }, - }, }, } -- 1.7.9.5