[vlc-devel] commit: Remove ITEM type - not used anywhere ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Mar 29 10:30:21 CET 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat Mar 29 10:59:27 2008 +0200| [5541a98c21c5a6a687d1aa441a9d50e34e0b582b]
Remove ITEM type - not used anywhere
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5541a98c21c5a6a687d1aa441a9d50e34e0b582b
---
include/vlc_objects.h | 4 ++--
modules/misc/lua/objects.c | 1 -
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index 0f5bbde..b9d9a94 100644
--- a/include/vlc_objects.h
+++ b/include/vlc_objects.h
@@ -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)
diff --git a/modules/misc/lua/objects.c b/modules/misc/lua/objects.c
index a53de9f..188d4ea 100644
--- a/modules/misc/lua/objects.c
+++ b/modules/misc/lua/objects.c
@@ -112,7 +112,6 @@ static int vlc_object_type_from_string( const char *psz_name )
{ VLC_OBJECT_MODULE, "module" },
{ VLC_OBJECT_INTF, "intf" },
{ VLC_OBJECT_PLAYLIST, "playlist" },
- { VLC_OBJECT_ITEM, "item" },
{ VLC_OBJECT_INPUT, "input" },
{ VLC_OBJECT_DECODER, "decoder" },
{ VLC_OBJECT_VOUT, "vout" },
More information about the vlc-devel
mailing list