changeset 181:c8777ae7d460

remove unused Totem module options
author Flick <flickerstreak@gmail.com>
date Wed, 20 Oct 2010 23:42:40 +0000
parents f51e07b581e7
children 55c2fc0c8d55
files modules/Totem.lua
diffstat 1 files changed, 0 insertions(+), 15 deletions(-) [+]
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