aboutsummaryrefslogtreecommitdiff
path: root/src/dbUtils.h
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-11-10 22:12:11 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-11-10 22:12:11 +0000
commit91a621e0764658fa04339c181444f6aeb5a7327b (patch)
tree036ad7666f99daea8bae22fdbf5ac7248e8c5996 /src/dbUtils.h
parent986a49b8d301b476b1ab9b81d7e4ad49e915979f (diff)
moves some stuff from dbUtils.h that doesn't need to be public
git-svn-id: https://svn.musicpd.org/mpd/trunk@2591 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/dbUtils.h')
-rw-r--r--src/dbUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/dbUtils.h b/src/dbUtils.h
index d0f08470..20d80f99 100644
--- a/src/dbUtils.h
+++ b/src/dbUtils.h
@@ -5,9 +5,6 @@
#include "tag.h"
-#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
-#define LOCATE_TAG_FILE_KEY "filename"
-
/* struct used for search, find, list queries */
typedef struct _LocateTagItem {
mpd_sint8 tagType;