Quantcast

Remove option for pethide

Repooc [03-11-14 - 23:25]
Remove option for pethide
Filename
CHANGELOG.txt
ElvUI_SLE/modules/minimap/options.lua
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index bf4b12a..f9eb1cb 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -5,7 +5,7 @@ v1.86 March 11, 2014
 - Update minimum width/height on background panel due to requests
 - Added Gem Hiding function for character frame
 - Added new textures for chacter frame background
-- Added option to hide squareminimap bar during pet battles
+- Added hiding squareminimap bar during pet battles

 v1.85 March 3, 2014
 - Added ability to select background image on character screen as well set a custom image
diff --git a/ElvUI_SLE/modules/minimap/options.lua b/ElvUI_SLE/modules/minimap/options.lua
index f0b60d8..90fcb01 100755
--- a/ElvUI_SLE/modules/minimap/options.lua
+++ b/ElvUI_SLE/modules/minimap/options.lua
@@ -81,14 +81,6 @@ local function configTable()
 						get = function(info) return E.private.sle.minimap.mapicons.enable end,
 						set = function(info, value) E.private.sle.minimap.mapicons.enable = value; E:StaticPopup_Show("PRIVATE_RL") end,
 					},
-					pethide = {
-						order = 2,
-						type = 'toggle',
-						name = L["Hide in Pet Battle"],
-						desc = L["Show/Hide this frame during Pet Battles."],
-						get = function(info) return E.db.sle.minimap.mapicons.pethide end,
-						set = function(info, value) E.db.sle.minimap.mapicons.pethide = value; E:GetModule('SquareMinimapButtons'):RegisterHide() end,
-					},
 					skindungeon = {
 						order = 3,
 						type = 'toggle',