mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
resampler: Remove duplicate forward declaration of pa_resampler
This duplicated line also caused a compiler warning on some compilers. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
5dba418160
commit
f611b9b7aa
1 changed files with 0 additions and 2 deletions
|
|
@ -32,8 +32,6 @@
|
|||
typedef struct pa_resampler pa_resampler;
|
||||
typedef struct pa_resampler_impl pa_resampler_impl;
|
||||
|
||||
typedef struct pa_resampler pa_resampler;
|
||||
|
||||
struct pa_resampler_impl {
|
||||
void (*free)(pa_resampler *r);
|
||||
void (*update_rates)(pa_resampler *r);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue