Wut? O_o
Darthpred [08-09-14 - 23:37]
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,
- },
- },
- },
},
}