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

@@ -39,8 +39,6 @@ extern bool playlist_saveAbsolutePaths;
void
spl_global_init(void);
#ifdef __cplusplus
/**
* Determines whether the specified string is a valid name for a
* stored playlist.
@@ -81,5 +79,3 @@ bool
spl_rename(const char *utf8from, const char *utf8to, GError **error_r);
#endif
#endif