Commit a74e2c4c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove VLC_OBJECT_MODULE

parent 5f5bda80
...@@ -33,7 +33,6 @@ ...@@ -33,7 +33,6 @@
/* Object types */ /* Object types */
#define VLC_OBJECT_LIBVLC (-2) #define VLC_OBJECT_LIBVLC (-2)
#define VLC_OBJECT_MODULE (-3)
#define VLC_OBJECT_INTF (-4) #define VLC_OBJECT_INTF (-4)
#define VLC_OBJECT_PLAYLIST (-5) #define VLC_OBJECT_PLAYLIST (-5)
#define VLC_OBJECT_INPUT (-7) #define VLC_OBJECT_INPUT (-7)
......
...@@ -90,7 +90,6 @@ static int vlc_object_type_from_string( const char *psz_name ) ...@@ -90,7 +90,6 @@ static int vlc_object_type_from_string( const char *psz_name )
const char *psz_name; const char *psz_name;
} pp_objects[] = } pp_objects[] =
{ { VLC_OBJECT_LIBVLC, "libvlc" }, { { VLC_OBJECT_LIBVLC, "libvlc" },
{ VLC_OBJECT_MODULE, "module" },
{ VLC_OBJECT_INTF, "intf" }, { VLC_OBJECT_INTF, "intf" },
{ VLC_OBJECT_INPUT, "input" }, { VLC_OBJECT_INPUT, "input" },
{ VLC_OBJECT_DECODER, "decoder" }, { VLC_OBJECT_DECODER, "decoder" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment