Split StateBar configuration out of ActionBar code

This commit is contained in:
Hendrik Leppkes
2009-02-25 16:48:05 +01:00
parent fe2cc6f24b
commit 6ac4b9af06
3 changed files with 25 additions and 23 deletions
-9
View File
@@ -87,15 +87,6 @@ function module:GetOptionsObject()
},
}
obj:AddElementGroup("general", cat_general)
local states = {
type = "group",
name = L["State Configuration"],
order = 5,
args = self:GetStateOptionsTable(),
}
obj:NewCategory("state", states)
self.baroptions = obj
end