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/PlaylistFile.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/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 |