]> git.sesse.net Git - vlc/blobdiff - include/vlc_objects.h
Remove ITEM type - not used anywhere
[vlc] / include / vlc_objects.h
index 0f5bbde69c7dc400b6c974973a3b506b54eadfa8..b9d9a94acb1b2ee0412427c2d77fb1daf967e837 100644 (file)
@@ -41,7 +41,7 @@
 #define VLC_OBJECT_MODULE      (-3)
 #define VLC_OBJECT_INTF        (-4)
 #define VLC_OBJECT_PLAYLIST    (-5)
-#define VLC_OBJECT_ITEM        (-6)
+
 #define VLC_OBJECT_INPUT       (-7)
 #define VLC_OBJECT_DECODER     (-8)
 #define VLC_OBJECT_VOUT        (-9)
@@ -60,7 +60,7 @@
 #define VLC_OBJECT_FILTER      (-22)
 #define VLC_OBJECT_VOD         (-23)
 #define VLC_OBJECT_SPU         (-24)
-/*#define VLC_OBJECT_xxx         (-25) - formerly TLS */
+
 #define VLC_OBJECT_SD          (-26)
 #define VLC_OBJECT_XML         (-27)
 #define VLC_OBJECT_OSDMENU     (-28)