diff options
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c index b8823d7ef..a54ca9f3d 100644 --- a/src/main.c +++ b/src/main.c @@ -133,10 +133,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); |