From 309c2b4e42a49f9ff25b6f842474c0469036e0e7 Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Thu, 4 Nov 2010 20:12:42 +0500 Subject: componentmanager: Removed unused function set_component_handler. --- core/componentmanager.lua | 4 ---- 1 file changed, 4 deletions(-) (limited to 'core/componentmanager.lua') 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 -- cgit v1.2.3