diff options
Diffstat (limited to 'src/PlaylistFile.hxx')
-rw-r--r-- | src/PlaylistFile.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/PlaylistFile.hxx b/src/PlaylistFile.hxx index 4fcecc8da..15dfd480d 100644 --- a/src/PlaylistFile.hxx +++ b/src/PlaylistFile.hxx @@ -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 |