Path.Area: removed LogLevel from setDefaultParams

Use App.setLogLevel('Path.Area', <level>) instead.
This commit is contained in:
Zheng, Lei
2017-05-16 01:41:56 +08:00
parent 364302d32c
commit c6e9127863
4 changed files with 9 additions and 36 deletions

View File

@@ -149,10 +149,9 @@ static const PyMethodDef areaOverrides[] = {
},
{
"setDefaultParams",(PyCFunction)areaSetParams, METH_VARARGS|METH_KEYWORDS|METH_STATIC,
"setDefaultParams(" PARAM_PY_ARGS_DOC(NAME,AREA_PARAMS_EXTRA_CONF) ", key=value...):\n"
"setDefaultParams(key=value...):\n"
"Static method to set the default parameters of all following Path.Area, plus the following\n"
"additional parameters.\n"
PARAM_PY_DOC(NAME,AREA_PARAMS_EXTRA_CONF)
},
{
"getDefaultParams",(PyCFunction)areaGetParams, METH_VARARGS|METH_STATIC,