Quantcast

Delete unneded crap

Darthpred [11-24-12 - 17:36]
Delete unneded crap
Filename
ElvUI_SLE/ElvUI_SLE.lua
ElvUI_SLE/modules/install.lua
diff --git a/ElvUI_SLE/ElvUI_SLE.lua b/ElvUI_SLE/ElvUI_SLE.lua
index 6357813..c6d3c86 100644
--- a/ElvUI_SLE/ElvUI_SLE.lua
+++ b/ElvUI_SLE/ElvUI_SLE.lua
@@ -72,7 +72,6 @@ function E:UpdateAll()
 	E:GetModule('UIButtons'):UpdateAll()
 	E.db.datatexts.panels.Top_Center = 'Version'
 	E:GetModule('DataTexts'):LoadDataTexts() --Prevents datatexts from not changing on profile switch (Elv's issue)
-	E:GetModule('RaidUtility'):MoveButton()
 	SLE:ChatPos()
 end

diff --git a/ElvUI_SLE/modules/install.lua b/ElvUI_SLE/modules/install.lua
index 17b92bc..8a03d1d 100644
--- a/ElvUI_SLE/modules/install.lua
+++ b/ElvUI_SLE/modules/install.lua
@@ -1084,9 +1084,6 @@ function E:DarthSetup() --The function to switch from classic ElvUI settings to
 	E.db.sle.backgrounds.left.xoffset = -70
 	E.db.sle.backgrounds.left.yoffset = -2

-	--Raid utility--
-	E.db.sle.raidutil.ypos = 1052
-
 	--Exp/Rep Bars--
 	E.db.sle.exprep.explong = true
 	E.db.sle.exprep.replong = true
@@ -1247,9 +1244,6 @@ function E:RepoocSetup() --The function to switch from classic ElvUI settings to
 	--LFR Lockout
 	E.db.datatexts.lfrshow = true  --Checked

-	--Raid utility
-	E.db.sle.raidutil.ypos = E.screenheight - 30  --Checked
-
 	--PvP & Combat Icon
 	E.db.sle.combatico.pos = 'TOP'  --Checked