--- psiconv/trunk/lib/psiconv/parse_common.c 2004/02/28 17:09:03 238 +++ psiconv/trunk/lib/psiconv/parse_common.c 2005/11/15 14:52:48 268 @@ -279,10 +279,9 @@ psiconv_paragraph para; psiconv_ucs2 temp; psiconv_list line; - psiconv_ucs2 *nextcharptr; int nr; - int i,j,leng; + int i,leng; char *str_copy; psiconv_progress(config,lev+1,off,"Going to parse the text section"); @@ -1227,7 +1226,6 @@ (*result)->icon_name = psiconv_read_string(config,buf,lev+2,off+len,&leng,&res); if (res) goto ERROR2; - psiconv_debug(config,lev+2,off+len,"Icon name: %s",(*result)->icon_name); len += leng; psiconv_progress(config,lev+2,off+len,"Going to read the icon width");