Quantcast

Revert "For LocPlus fix"

Darthpred [07-05-12 - 07:48]
Revert "For LocPlus fix"

This reverts commit 198b240052ea03c54049032523a02dd50d54283e.
Filename
ElvUI_SLE/config/profile.lua
diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua
index ef2c5ca..551ae03 100644
--- a/ElvUI_SLE/config/profile.lua
+++ b/ElvUI_SLE/config/profile.lua
@@ -211,7 +211,6 @@ P.chat.editboxhistory = 5
 P.auras.perRow = 19

 --Datatexts
-if IsAddOnLoaded("ElvUI_LocPlus") then
 P['datatexts'] = {
 	['panels'] = {
 		['LeftChatDataPanel'] = {
@@ -258,66 +257,11 @@ P['datatexts'] = {
 		['Bottom_Panel'] = 'System',
 		['LeftMiniPanel'] = 'Guild',
 		['RightMiniPanel'] = 'Friends',
-		['RightCoordDtPanel'] = 'System', --LocPlus
-		['LeftCoordDtPanel'] = 'Durability', --LocPlus
 	},
 	['localtime'] = true,
 	['time24'] = false,
 	['battleground'] = true,
 }
-else
-P['datatexts'] = {
-	['panels'] = {
-		['LeftChatDataPanel'] = {
-			['left'] = 'Armor',
-			['middle'] = 'Durability',
-			['right'] = 'Avoidance',
-		},
-		['RightChatDataPanel'] = {
-			['left'] = 'System',
-			['middle'] = 'Time',
-			['right'] = 'Gold',
-		},
-		['DP_1'] = {
-			['left'] = 'Swatter',
-			['middle'] = 'Skada',
-			['right'] = 'MrtWoo',
-		},
-		['DP_2'] = {
-			['left'] = 'Altoholic',
-			['middle'] = 'TellMeWhen',
-			['right'] = 'AtlasLoot',
-		},
-		['DP_3'] = {
-			['left'] = 'Notes',
-			['middle'] = 'DBM-LDB',
-			['right'] = 'WIM',
-		},
-		['DP_4'] = {
-			['left'] = '',
-			['middle'] = '',
-			['right'] = '',
-		},
-		['DP_5'] = {
-			['left'] = 'Bags',
-			['middle'] = 'Gold',
-			['right'] = 'Armor',
-		},
-		['DP_6'] = {
-			['left'] = 'Spell/Heal Power',
-			['middle'] = 'Haste',
-			['right'] = 'Crit Chance',
-		},
-		['Top_Center'] = 'Version',
-		['Bottom_Panel'] = 'System',
-		['LeftMiniPanel'] = 'Guild',
-		['RightMiniPanel'] = 'Friends',
-	},
-	['localtime'] = true,
-	['time24'] = false,
-	['battleground'] = true,
-}
-end

 P.unitframe.units.player.classbar.xOffset = 0
 P.unitframe.units.player.classbar.yOffset = 0