diff -r fb49b63e3fe2 -r 579c087059fc core/componentmanager.lua --- a/core/componentmanager.lua Thu Nov 04 19:38:05 2010 +0500 +++ b/core/componentmanager.lua Thu Nov 04 20:12:42 2010 +0500 @@ -152,10 +152,6 @@ end end -function set_component_handler(host, handler) - components[host] = handler; -end - function get_children(host) return disco_items:get(host) or NULL; end