diff options
author | Waqas Hussain <waqas20@gmail.com> | 2010-11-04 20:12:42 +0500 |
---|---|---|
committer | Waqas Hussain <waqas20@gmail.com> | 2010-11-04 20:12:42 +0500 |
commit | 309c2b4e42a49f9ff25b6f842474c0469036e0e7 (patch) | |
tree | ffb63e62db52362634417b84f24037160207e315 /core | |
parent | c0b885a49c74bf95e6d52aab91b9fd543d26d650 (diff) | |
download | prosody-309c2b4e42a49f9ff25b6f842474c0469036e0e7.tar.gz prosody-309c2b4e42a49f9ff25b6f842474c0469036e0e7.zip |
componentmanager: Removed unused function set_component_handler.
Diffstat (limited to 'core')
-rw-r--r-- | core/componentmanager.lua | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/componentmanager.lua b/core/componentmanager.lua index e271898d..8e4b9c2a 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -152,10 +152,6 @@ function deregister_component(host) end end -function set_component_handler(host, handler) - components[host] = handler; -end - function get_children(host) return disco_items:get(host) or NULL; end |