*: remove remaining __cplusplus checks

This commit is contained in:
Max Kellermann
2013-08-07 19:58:52 +02:00
parent dff05c71e6
commit abe090ec1f
8 changed files with 1 additions and 77 deletions

View File

@@ -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