projects
/
scilab.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
exec : management of macro and macrofile.
[scilab.git]
/
scilab
/
modules
/
ast
/
src
/
cpp
/
system_env
/
configvariable.cpp
diff --git
a/scilab/modules/ast/src/cpp/system_env/configvariable.cpp
b/scilab/modules/ast/src/cpp/system_env/configvariable.cpp
index
853ef01
..
51fe27a
100644
(file)
--- a/
scilab/modules/ast/src/cpp/system_env/configvariable.cpp
+++ b/
scilab/modules/ast/src/cpp/system_env/configvariable.cpp
@@
-29,7
+29,6
@@
std::list<std::wstring> ConfigVariable::m_ModuleList;
void ConfigVariable::setModuleList(std::list<std::wstring>& _pModule_list)
{
m_ModuleList = _pModule_list;
-
}
std::list<std::wstring> ConfigVariable::getModuleList()