core/componentmanager.lua
changeset 703 f9909efed20c
parent 673 c9bc58e84e96
child 751 7c22619fdb19
--- a/core/componentmanager.lua	Sat Jan 10 20:14:47 2009 +0500
+++ b/core/componentmanager.lua	Tue Jan 13 19:17:25 2009 +0500
@@ -58,7 +58,7 @@
 	end
 end
 
-function deregister_component(host, component)
+function deregister_component(host)
 	if components[host] then
 		module_unload(host, "dialback");
 		components[host] = nil;