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/MixerControl.hxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/MixerControl.hxx') diff --git a/src/MixerControl.hxx b/src/MixerControl.hxx index e7b65d6e8..cf609e817 100644 --- a/src/MixerControl.hxx +++ b/src/MixerControl.hxx @@ -31,10 +31,6 @@ class Mixer; struct mixer_plugin; struct config_param; -#ifdef __cplusplus -extern "C" { -#endif - Mixer * mixer_new(const struct mixer_plugin *plugin, void *ao, const config_param ¶m, @@ -62,8 +58,4 @@ mixer_get_volume(Mixer *mixer, GError **error_r); bool mixer_set_volume(Mixer *mixer, unsigned volume, GError **error_r); -#ifdef __cplusplus -} -#endif - #endif -- cgit v1.2.3