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:
David Henningsson 2014-08-29 15:00:24 +02:00
parent 5dba418160
commit f611b9b7aa

View file

@ -32,8 +32,6 @@
typedef struct pa_resampler pa_resampler; typedef struct pa_resampler pa_resampler;
typedef struct pa_resampler_impl pa_resampler_impl; typedef struct pa_resampler_impl pa_resampler_impl;
typedef struct pa_resampler pa_resampler;
struct pa_resampler_impl { struct pa_resampler_impl {
void (*free)(pa_resampler *r); void (*free)(pa_resampler *r);
void (*update_rates)(pa_resampler *r); void (*update_rates)(pa_resampler *r);