mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-10-29 05:40:16 -04:00
scanner: remove useless desc_dump arguments
This are remnant from the desc_dump generalization in commit 375cb418.
This commit is contained in:
parent
e2db4cf26f
commit
dc28c0bafd
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue