From c6365f205ec7656cf3f63c9b4fd01208d07778aa Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Tue, 13 Jan 2009 19:17:25 +0500 Subject: componentmanager: Removed unneeded parameter from componentmanager.deregister_component --- core/componentmanager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/componentmanager.lua') diff --git a/core/componentmanager.lua b/core/componentmanager.lua index afed1df3..f8db2d2c 100644 --- a/core/componentmanager.lua +++ b/core/componentmanager.lua @@ -58,7 +58,7 @@ function register_component(host, component) end end -function deregister_component(host, component) +function deregister_component(host) if components[host] then module_unload(host, "dialback"); components[host] = nil; -- cgit v1.2.3