X-Git-Url: https://www.aleksib.fi/git/wowui.git/blobdiff_plain/d89467e02ca50fb6e77a6b39cf940c6de28a7bcc..d76a52e46fc339db35e6a068c0f1564db7b9cf46:/OmaRF/Events.lua?ds=sidebyside diff --git a/OmaRF/Events.lua b/OmaRF/Events.lua index d4f3e77..4d2a1a1 100644 --- a/OmaRF/Events.lua +++ b/OmaRF/Events.lua @@ -29,7 +29,7 @@ local overlayColorDispel = Settings.OverlayColorDispel; local overlayColorCharm = Settings.OverlayColorCharm; local overlayColorAlert = Settings.OverlayColorAlert; local powerColors = Settings.PowerColors; -local width = 10; +local width = Settings.Width; local M = {}; OmaRFEvents = M; @@ -376,7 +376,3 @@ eventFuncs["PLAYER_FOCUS_CHANGED"] = eventFuncs["UPDATE_ALL_BARS"]; function M.UnitEvent(self, event) eventFuncs[event](self); end - -function M.LoadChar() - width = Settings.Character.Width; -end