componentmanager: Removed unused function set_component_handler.

Thu, 04 Nov 2010 20:12:42 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Thu, 04 Nov 2010 20:12:42 +0500
changeset 3561
579c087059fc
parent 3560
fb49b63e3fe2
child 3562
98f9dca3eb94

componentmanager: Removed unused function set_component_handler.

core/componentmanager.lua file | annotate | diff | comparison | revisions
--- 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

mercurial