summaryrefslogtreecommitdiff
path: root/include/mp3node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/mp3node.h')
-rw-r--r--include/mp3node.h9
1 files changed, 0 insertions, 9 deletions
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