aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-08-07 19:58:52 +0200
committerMax Kellermann <max@duempel.org>2013-08-07 19:58:52 +0200
commitabe090ec1f2255ce422f74e5b59bffc83aaff875 (patch)
treea5fb54e1484faeb549b9b0c1c5b27936a63a9099 /src/PlaylistFile.hxx
parentdff05c71e61b2fe1aab4bef4fabf9bb093769bf1 (diff)
downloadmpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.gz
mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.tar.xz
mpd-abe090ec1f2255ce422f74e5b59bffc83aaff875.zip
*: remove remaining __cplusplus checks
Diffstat (limited to 'src/PlaylistFile.hxx')
-rw-r--r--src/PlaylistFile.hxx4
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