aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagSettings.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2015-08-24 11:19:19 +0200
committerMax Kellermann <max@duempel.org>2015-08-24 11:20:45 +0200
commit2f5106c97f7c3c198650b1b6951b71c5d492aaa7 (patch)
treef50b1e762394b60029bc605705d56da326806fb6 /src/tag/TagSettings.c
parent0c19418e84a4db3f1e5a9ca143d5986a104a5675 (diff)
downloadmpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.tar.gz
mpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.tar.xz
mpd-2f5106c97f7c3c198650b1b6951b71c5d492aaa7.zip
tag/Settings: convert to C++
Diffstat (limited to 'src/tag/TagSettings.c')
-rw-r--r--src/tag/TagSettings.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/tag/TagSettings.c b/src/tag/TagSettings.c
deleted file mode 100644
index 905265913..000000000
--- a/src/tag/TagSettings.c
+++ /dev/null
@@ -1,22 +0,0 @@
-/*
- * Copyright (C) 2003-2015 The Music Player Daemon Project
- * http://www.musicpd.org
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- */
-
-#include "TagSettings.h"
-
-tag_mask_t global_tag_mask = (tag_mask_t)-1 & ~(1 << TAG_COMMENT);