*: 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

@@ -187,10 +187,6 @@ decoder_plugin_container_scan( const struct decoder_plugin *plugin,
return plugin->container_scan(pathname, tnum);
}
#ifdef __cplusplus
extern "C" {
#endif
/**
* Does the plugin announce the specified file name suffix?
*/
@@ -205,8 +201,4 @@ bool
decoder_plugin_supports_mime_type(const struct decoder_plugin *plugin,
const char *mime_type);
#ifdef __cplusplus
}
#endif
#endif