Quantcast

offaets are no longer needed in profile table

Darthpred [02-13-13 - 05:19]
offaets are no longer needed in profile table
Filename
ElvUI_SLE/config/profile.lua
diff --git a/ElvUI_SLE/config/profile.lua b/ElvUI_SLE/config/profile.lua
index 9db650b..a5c8140 100644
--- a/ElvUI_SLE/config/profile.lua
+++ b/ElvUI_SLE/config/profile.lua
@@ -9,8 +9,6 @@ P['sle'] = {
 			['texture'] = "",
 			['width'] = E.screenwidth/4 + 32,
 			['height'] = E.screenheight/6 - 13,
-			['xoffset'] = 0,
-			['yoffset'] = 0,
 			['pethide'] = true,
 		},
 		['left'] = {
@@ -19,8 +17,6 @@ P['sle'] = {
 			['texture'] = "",
 			['width'] = E.screenwidth/10 - 4,
 			['height'] = E.screenheight/5 + 11,
-			['xoffset'] = 0,
-			['yoffset'] = 0,
 			['pethide'] = true,
 		},
 		['right'] = {
@@ -29,8 +25,6 @@ P['sle'] = {
 			['texture'] = "",
 			['width'] = E.screenwidth/10 - 4,
 			['height'] = E.screenheight/5 + 11,
-			['xoffset'] = 0,
-			['yoffset'] = 0,
 			['pethide'] = true,
 		},
 		['action'] = {
@@ -39,8 +33,6 @@ P['sle'] = {
 			['texture'] = "",
 			['width'] = E.screenwidth/4 + 32,
 			['height'] = E.screenheight/20 + 5,
-			['xoffset'] = 0,
-			['yoffset'] = 0,
 			['pethide'] = true,
 		},
 	},