# HG changeset patch # User Waqas Hussain # Date 1288883562 -18000 # Node ID 579c087059fcbe1ac9904c6cf84e1e308e9a6166 # Parent fb49b63e3fe28bd7ae87ae2358fa9ceebbf5ef4a componentmanager: Removed unused function set_component_handler. 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