core/modulemanager.lua

changeset 1361
4e56889c33e1
parent 1360
857034905016
child 1378
d09ecc8ee1ef
child 1392
9935ddfd8ccf
--- 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