Quantcast

- TitanLocation: Missed on variable declaration that was unnecessary.

HonorGoG [01-04-19 - 23:56]
- TitanLocation: Missed on variable declaration that was unnecessary.
Filename
TitanLocation/TitanLocation.lua
diff --git a/TitanLocation/TitanLocation.lua b/TitanLocation/TitanLocation.lua
index 743d603..3421454 100755
--- a/TitanLocation/TitanLocation.lua
+++ b/TitanLocation/TitanLocation.lua
@@ -16,7 +16,6 @@ local updateTable = {TITAN_LOCATION_ID, TITAN_PANEL_UPDATE_BUTTON};
 local L = LibStub("AceLocale-3.0"):GetLocale("Titan", true)
 local AceTimer = LibStub("AceTimer-3.0")
 local LocationTimer = nil;
-local LocOnMiniMap = false;
 -- ******************************** Functions *******************************

 -- **************************************************************************