mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: remove useless _pop()
This commit is contained in:
parent
2a1875fc35
commit
7cc5026c02
1 changed files with 0 additions and 3 deletions
|
|
@ -264,7 +264,6 @@ static uint32_t collect_profile_info(struct pw_manager_object *card, struct card
|
|||
|
||||
SPA_POD_STRUCT_FOREACH(classes, iter) {
|
||||
struct spa_pod_parser prs;
|
||||
struct spa_pod_frame f[1];
|
||||
char *class;
|
||||
uint32_t count;
|
||||
|
||||
|
|
@ -278,8 +277,6 @@ static uint32_t collect_profile_info(struct pw_manager_object *card, struct card
|
|||
pi->n_sinks += count;
|
||||
else if (strcmp(class, "Audio/Source") == 0)
|
||||
pi->n_sources += count;
|
||||
|
||||
spa_pod_parser_pop(&prs, &f[0]);
|
||||
}
|
||||
}
|
||||
n++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue