aboutsummaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorWaqas Hussain <waqas20@gmail.com>2010-11-04 20:12:42 +0500
committerWaqas Hussain <waqas20@gmail.com>2010-11-04 20:12:42 +0500
commit309c2b4e42a49f9ff25b6f842474c0469036e0e7 (patch)
treeffb63e62db52362634417b84f24037160207e315 /core
parentc0b885a49c74bf95e6d52aab91b9fd543d26d650 (diff)
downloadprosody-309c2b4e42a49f9ff25b6f842474c0469036e0e7.tar.gz
prosody-309c2b4e42a49f9ff25b6f842474c0469036e0e7.zip
componentmanager: Removed unused function set_component_handler.
Diffstat (limited to 'core')
-rw-r--r--core/componentmanager.lua4
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