aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-13 23:27:47 +0200
committerMax Kellermann <max@duempel.org>2012-08-14 01:57:53 +0200
commita582deee2c906562728955de0a13c4ab968d018b (patch)
tree07cb577bd0007bdccdb71e145ad99a06f1cc1e5d /src/main.c
parent12be9e818f01777283d49c8e37f618e4e9731371 (diff)
downloadmpd-a582deee2c906562728955de0a13c4ab968d018b.tar.gz
mpd-a582deee2c906562728955de0a13c4ab968d018b.tar.xz
mpd-a582deee2c906562728955de0a13c4ab968d018b.zip
input_stream, main: remove obsolete GLib version checks
MPD requires GLib 2.16.
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 4a10f1433..44e4dcf1c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -135,10 +135,8 @@ glue_mapper_init(GError **error_r)
return false;
}
-#if GLIB_CHECK_VERSION(2,14,0)
if (music_dir == NULL)
music_dir = g_strdup(g_get_user_special_dir(G_USER_DIRECTORY_MUSIC));
-#endif
mapper_init(music_dir, playlist_dir);