Software /
code /
prosody
Diff
core/componentmanager.lua @ 3561:579c087059fc
componentmanager: Removed unused function set_component_handler.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 04 Nov 2010 20:12:42 +0500 |
parent | 3547:3242e70f1058 |
child | 3584:5d880c365dd4 |
line wrap: on
line diff
--- 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