aboutsummaryrefslogtreecommitdiffstats
path: root/src/dbUtils.c
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-12-11 20:14:33 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-12-11 20:14:33 +0000
commitba4b4d8ad98bfe2deffbe9164476da9e6504d2bf (patch)
tree61297c16e5829487bb54dc042bdeb06d8a969cbf /src/dbUtils.c
parenta26582e99135346bcfc895b1a85ba8b2b6f411c5 (diff)
downloadmpd-ba4b4d8ad98bfe2deffbe9164476da9e6504d2bf.tar.gz
mpd-ba4b4d8ad98bfe2deffbe9164476da9e6504d2bf.tar.xz
mpd-ba4b4d8ad98bfe2deffbe9164476da9e6504d2bf.zip
Moving LOCATE_TAG_{FILE,ANY}_TYPE defines to dbUtils.h, so that we can
compare the return value of getLocateTagItemType() to them. git-svn-id: https://svn.musicpd.org/mpd/trunk@5138 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/dbUtils.c')
-rw-r--r--src/dbUtils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dbUtils.c b/src/dbUtils.c
index a93a30e8f..86fb3571e 100644
--- a/src/dbUtils.c
+++ b/src/dbUtils.c
@@ -27,10 +27,8 @@
#include "tagTracker.h"
#include "log.h"
-#define LOCATE_TAG_FILE_TYPE TAG_NUM_OF_ITEM_TYPES+10
#define LOCATE_TAG_FILE_KEY SONG_FILE
#define LOCATE_TAG_FILE_KEY_OLD "filename"
-#define LOCATE_TAG_ANY_TYPE TAG_NUM_OF_ITEM_TYPES+20
#define LOCATE_TAG_ANY_KEY "any"
typedef struct _ListCommandItem {