]> git.sesse.net Git - vlc/commitdiff
Disables unusued stuff
authorRafaël Carré <funman@videolan.org>
Mon, 20 Aug 2007 01:21:40 +0000 (01:21 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 20 Aug 2007 01:21:40 +0000 (01:21 +0000)
include/vlc_meta.h

index 0c2ecef8a163b2cccf5c1499a8f8b561711ad149..4fcf9a8f49684be6bff66e77893147e8274d7d59 100644 (file)
@@ -210,10 +210,12 @@ struct meta_export_t
 
 #define VLC_META_ENGINE_ART_URL         0x00001000
 
+#if 0 /* unused (yet?) */
 #define VLC_META_ENGINE_MB_ARTIST_ID    0x00002000
 #define VLC_META_ENGINE_MB_RELEASE_ID   0x00004000
 #define VLC_META_ENGINE_MB_TRACK_ID     0x00008000
 #define VLC_META_ENGINE_MB_TRM_ID       0x00010000
+#endif
 
 typedef struct meta_engine_sys_t meta_engine_sys_t;