Software /
code /
prosody
Changeset
3561:579c087059fc
componentmanager: Removed unused function set_component_handler.
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Thu, 04 Nov 2010 20:12:42 +0500 |
parents | 3560:fb49b63e3fe2 |
children | 3562:98f9dca3eb94 |
files | core/componentmanager.lua |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
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