From f611b9b7aa96341dce55f0036a50230f8cc28c24 Mon Sep 17 00:00:00 2001 From: David Henningsson Date: Fri, 29 Aug 2014 15:00:24 +0200 Subject: [PATCH] resampler: Remove duplicate forward declaration of pa_resampler This duplicated line also caused a compiler warning on some compilers. Signed-off-by: David Henningsson --- src/pulsecore/resampler.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pulsecore/resampler.h b/src/pulsecore/resampler.h index e3463a2e6..5a84cf0e8 100644 --- a/src/pulsecore/resampler.h +++ b/src/pulsecore/resampler.h @@ -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);