]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/objects.c
Remove ITEM type - not used anywhere
[vlc] / modules / misc / lua / objects.c
index a53de9fc4cab3e0f925c45812d43d0214f2fa20b..188d4ea0b2a896a0e39edbedd30321b7faa87b6e 100644 (file)
@@ -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" },