diff Options.lua @ 133:a0894ffebd15 v62

Bug fixes and tweaks for 8.0.
author yellowfive
date Wed, 25 Jul 2018 12:17:24 -0700
parents e31b02b24488
children a3507735dfd9
line wrap: on
line diff
--- a/Options.lua	Wed Jul 18 16:44:04 2018 -0700
+++ b/Options.lua	Wed Jul 25 12:17:24 2018 -0700
@@ -42,11 +42,6 @@
 	Amr:RefreshConfig()
 end
 
-local function onChkMinimapClick()
-	Amr.db.profile.minimap.hide = _chkMinimap:GetChecked()	
-	Amr:RefreshConfig()
-end
-
 local function createCheck(container, setting, text, description)
 
 	local chk = AceGUI:Create("AmrUiCheckBox")