]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/libs/objects.c
Remove VLC_OBJECT_MODULE
[vlc] / modules / misc / lua / libs / objects.c
index a0d6f8247401919979748743984c3a4ab150439c..a1f112115a1c7c98df576c40bb0305713ed1d64a 100644 (file)
@@ -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" },