1
0
Fork 0
mirror of git://git.psyc.eu/libpsyc synced 2024-08-15 03:19:02 +00:00

parseList: removed unused value parameter

This commit is contained in:
tg(x) 2011-05-13 17:02:31 +02:00
parent 6dbea6a69b
commit 5f4e56a5e1
6 changed files with 8 additions and 8 deletions

View file

@ -416,8 +416,7 @@ psycParseRC psyc_parse (psycParseState *state, char *oper,
* @param value Contains the list to be parsed.
* @param elem It will point to the next element in the list.
*/
psycParseListRC psyc_parseList (psycParseListState *state, psycString *value,
psycString *elem);
psycParseListRC psyc_parseList (psycParseListState *state, psycString *elem);
/** @} */ // end of parse group