modulemanager: Removed unused function get_module_filename(name)

Sun, 14 Jun 2009 21:06:43 +0500

author
Waqas Hussain <waqas20@gmail.com>
date
Sun, 14 Jun 2009 21:06:43 +0500
changeset 1361
4e56889c33e1
parent 1360
857034905016
child 1362
75c39ac6efa0

modulemanager: Removed unused function get_module_filename(name)

core/modulemanager.lua file | annotate | diff | comparison | revisions
--- a/core/modulemanager.lua	Sun Jun 14 21:03:59 2009 +0500
+++ b/core/modulemanager.lua	Sun Jun 14 21:06:43 2009 +0500
@@ -268,12 +268,6 @@
 	end
 end
 
-local _modulepath = { plugin_dir, "mod_", nil, ".lua"};
-function get_module_filename(name)
-	_modulepath[3] = name;
-	return t_concat(_modulepath);
-end
-
 ----- API functions exposed to modules -----------
 -- Must all be in api.* 
 

mercurial