Quantcast

Don't load LibCore here

Scott Sibley [08-05-11 - 07:01]
Don't load LibCore here
Filename
Modules/Position/Position.lua
diff --git a/Modules/Position/Position.lua b/Modules/Position/Position.lua
index b44af53..d62c139 100644
--- a/Modules/Position/Position.lua
+++ b/Modules/Position/Position.lua
@@ -2,7 +2,6 @@ local mod = StarTip:NewModule("Position", "AceEvent-3.0", "AceHook-3.0")
 mod.name = "Positioning"
 local LibTimer = LibStub("LibScriptableUtilsTimer-1.0")
 local Evaluator = LibStub("LibScriptableUtilsEvaluator-1.0")
-local LibCore = LibStub("LibScriptableLCDCoreLite-1.0")
 local _G = _G
 local GameTooltip = _G.GameTooltip
 local StarTip = _G.StarTip