From 5628ef8cffa15591ab64f5258a7841e33e2250b5 Mon Sep 17 00:00:00 2001 From: "lulf@carrot.studby.ntnu.no" Date: Mon, 21 Apr 2008 17:03:44 +0200 Subject: - Implement basic check and indexing. --- include/mp3node.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 include/mp3node.h (limited to 'include/mp3node.h') diff --git a/include/mp3node.h b/include/mp3node.h deleted file mode 100644 index c7e9140..0000000 --- a/include/mp3node.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef _MP3NODE_H_ -#define _MP3NODE_H_ -struct ID3Tag; - -struct mnode { - ID3Tag *tag; - void *data; -}; -#endif -- cgit v1.2.3