From abe090ec1f2255ce422f74e5b59bffc83aaff875 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 7 Aug 2013 19:58:52 +0200 Subject: *: remove remaining __cplusplus checks --- src/output/PulseOutputPlugin.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/output') diff --git a/src/output/PulseOutputPlugin.hxx b/src/output/PulseOutputPlugin.hxx index 58dc6703c..278969f8d 100644 --- a/src/output/PulseOutputPlugin.hxx +++ b/src/output/PulseOutputPlugin.hxx @@ -28,10 +28,6 @@ struct pa_cvolume; extern const struct audio_output_plugin pulse_output_plugin; -#ifdef __cplusplus -extern "C" { -#endif - void pulse_output_lock(PulseOutput *po); @@ -48,8 +44,4 @@ bool pulse_output_set_volume(PulseOutput *po, const struct pa_cvolume *volume, GError **error_r); -#ifdef __cplusplus -} -#endif - #endif -- cgit v1.2.3