Mercurial > wow > reaction
diff modules/Totem.lua @ 181:c8777ae7d460
remove unused Totem module options
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Wed, 20 Oct 2010 23:42:40 +0000 |
parents | df68b5a40490 |
children | e63aefb8a555 |
line wrap: on
line diff
--- a/modules/Totem.lua Wed Oct 20 23:41:36 2010 +0000 +++ b/modules/Totem.lua Wed Oct 20 23:42:40 2010 +0000 @@ -31,8 +31,6 @@ self.buttons = { } - ReAction:RegisterOptions(self, self:GetOptions()) - ReAction.RegisterCallback(self, "OnCreateBar", "OnRefreshBar") ReAction.RegisterCallback(self, "OnDestroyBar") ReAction.RegisterCallback(self, "OnRefreshBar") @@ -151,16 +149,3 @@ end ----- options ---- -function module:GetOptions() - return { - stance = - { - name = L["Totem Buttons"], - type = "group", - args = { - -- TODO - } - } - } -end