From a74e2c4c7de63efd3bf040db675f4c5bf536ce83 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 21 Sep 2008 15:35:41 +0300 Subject: [PATCH] Remove VLC_OBJECT_MODULE --- include/vlc_objects.h | 1 - modules/misc/lua/libs/objects.c | 1 - 2 files changed, 2 deletions(-) diff --git a/include/vlc_objects.h b/include/vlc_objects.h index b5464b94ec..84745eb781 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 a0d6f82474..a1f112115a 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" }, -- 2.39.2