api.cpp
changeset 364 7b74fa3772bf
parent 138 9079931da6c3
child 377 5391ab620c95
     1.1 --- a/api.cpp	Tue Aug 01 09:30:57 2006 +0000
     1.2 +++ b/api.cpp	Tue Sep 05 09:47:13 2006 +0000
     1.3 @@ -126,9 +126,7 @@
     1.4  int API::parInt (bool &ok,const uint &index)
     1.5  {
     1.6  	if (checkParamIsInt (index))
     1.7 -	{
     1.8  		return paramList[index].toInt (&ok, 10);
     1.9 -	}
    1.10  	ok=false;
    1.11  	return 0;
    1.12  }