diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 19:58:52 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 19:58:52 +0200 |
commit | abe090ec1f2255ce422f74e5b59bffc83aaff875 (patch) | |
tree | a5fb54e1484faeb549b9b0c1c5b27936a63a9099 /src/mixer/PulseMixerPlugin.hxx | |
parent | dff05c71e61b2fe1aab4bef4fabf9bb093769bf1 (diff) | |
download | mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.gz mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.xz mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.zip |
*: remove remaining __cplusplus checks
Diffstat (limited to '')
-rw-r--r-- | src/mixer/PulseMixerPlugin.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/mixer/PulseMixerPlugin.hxx b/src/mixer/PulseMixerPlugin.hxx index debc2cf3c..fa73e0f5e 100644 --- a/src/mixer/PulseMixerPlugin.hxx +++ b/src/mixer/PulseMixerPlugin.hxx @@ -26,10 +26,6 @@ struct PulseMixer; struct pa_context; struct pa_stream; -#ifdef __cplusplus -extern "C" { -#endif - void pulse_mixer_on_connect(PulseMixer *pm, struct pa_context *context); @@ -40,8 +36,4 @@ void pulse_mixer_on_change(PulseMixer *pm, struct pa_context *context, struct pa_stream *stream); -#ifdef __cplusplus -} -#endif - #endif |