From 547e4f28d6924fdcd93604d3ffc00eade82ed97e Mon Sep 17 00:00:00 2001 From: Waqas Hussain Date: Sun, 14 Jun 2009 21:06:43 +0500 Subject: modulemanager: Removed unused function get_module_filename(name) --- core/modulemanager.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/modulemanager.lua b/core/modulemanager.lua index 94cecee4..d6220cec 100644 --- a/core/modulemanager.lua +++ b/core/modulemanager.lua @@ -268,12 +268,6 @@ function call_module_method(module, method, ...) 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.* -- cgit v1.2.3