aboutsummaryrefslogtreecommitdiffstats
path: root/src/MixerControl.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 19:58:52 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 19:58:52 +0200
commitabe090ec1f2255ce422f74e5b59bffc83aaff875 (patch)
treea5fb54e1484faeb549b9b0c1c5b27936a63a9099 /src/MixerControl.hxx
parentdff05c71e61b2fe1aab4bef4fabf9bb093769bf1 (diff)
downloadmpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.gz
mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.xz
mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.zip
*: remove remaining __cplusplus checks
Diffstat (limited to 'src/MixerControl.hxx')
-rw-r--r--src/MixerControl.hxx8
1 files changed, 0 insertions, 8 deletions
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 &param,
@@ -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