diff -r 9079931da6c3 -r ebefeea77f2f api.cpp --- a/api.cpp Wed Jul 27 18:56:32 2005 +0000 +++ b/api.cpp Tue Sep 05 11:53:54 2006 +0000 @@ -126,9 +126,7 @@ int API::parInt (bool &ok,const uint &index) { if (checkParamIsInt (index)) - { return paramList[index].toInt (&ok, 10); - } ok=false; return 0; }