From be006b86ed2802cd76b5b39be8adbd2d9c3c4ce7 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sat, 15 Jul 2006 04:51:31 +0000 Subject: [CLEANUP] Remove unused code Fix whitespace->tabs Use static where possible git-svn-id: https://svn.musicpd.org/mpd/trunk@4346 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/tag.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/tag.h') diff --git a/src/tag.h b/src/tag.h index f0afba03d..4ee16ded1 100644 --- a/src/tag.h +++ b/src/tag.h @@ -75,8 +75,6 @@ void initTagConfig(); void clearItemsFromMpdTag(MpdTag * tag, int itemType); -void clearMpdTag(MpdTag * tag); - void freeMpdTag(MpdTag * tag); void addItemToMpdTagWithLen(MpdTag * tag, int itemType, char * value, int len); @@ -90,7 +88,4 @@ MpdTag * mpdTagDup(MpdTag * tag); int mpdTagsAreEqual(MpdTag * tag1, MpdTag * tag2); -/* *last shoudl be initialzed to -1 before calling this function */ -char * getNextItemFromMpdTag(MpdTag * tag, int itemType, int * last); - #endif -- cgit v1.2.3