scanner: remove useless desc_dump arguments

This are remnant from the desc_dump generalization in commit 375cb418.
This commit is contained in:
Olivier Blin 2012-10-15 00:49:11 +02:00 committed by Kristian Høgsberg
parent e2db4cf26f
commit dc28c0bafd

View file

@ -791,7 +791,7 @@ emit_structs(struct wl_list *message_list, struct interface *interface)
}
if (mdesc) {
printf("\t *\n");
desc_dump("\t * ", mdesc->text, 8, 0);
desc_dump("\t * ", mdesc->text);
}
if (m->since > 1) {
printf("\t * @since: %d\n", m->since);