[vlc-devel] commit: Remove VLC_OBJECT_MODULE ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Sep 21 14:32:50 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Sep 21 15:35:41 2008 +0300| [a74e2c4c7de63efd3bf040db675f4c5bf536ce83] | committer: Rémi Denis-Courmont
Remove VLC_OBJECT_MODULE
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a74e2c4c7de63efd3bf040db675f4c5bf536ce83
---
include/vlc_objects.h | 1 -
modules/misc/lua/libs/objects.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/vlc_objects.h b/include/vlc_objects.h
index b5464b9..84745eb 100644
--- a/include/vlc_objects.h
+++ b/include/vlc_objects.h
@@ -33,7 +33,6 @@
/* Object types */
#define VLC_OBJECT_LIBVLC (-2)
-#define VLC_OBJECT_MODULE (-3)
#define VLC_OBJECT_INTF (-4)
#define VLC_OBJECT_PLAYLIST (-5)
#define VLC_OBJECT_INPUT (-7)
diff --git a/modules/misc/lua/libs/objects.c b/modules/misc/lua/libs/objects.c
index a0d6f82..a1f1121 100644
--- a/modules/misc/lua/libs/objects.c
+++ b/modules/misc/lua/libs/objects.c
@@ -90,7 +90,6 @@ static int vlc_object_type_from_string( const char *psz_name )
const char *psz_name;
} pp_objects[] =
{ { VLC_OBJECT_LIBVLC, "libvlc" },
- { VLC_OBJECT_MODULE, "module" },
{ VLC_OBJECT_INTF, "intf" },
{ VLC_OBJECT_INPUT, "input" },
{ VLC_OBJECT_DECODER, "decoder" },
More information about the vlc-devel
mailing list