]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/objects.c
We know where VLM is, no need to find it.
[vlc] / modules / misc / lua / objects.c
index deb99189f93beb3818a02c874f62ccebc5a497f5..badf23c6be4f5041dd080315af93b0f25f155b28 100644 (file)
@@ -119,7 +119,6 @@ static int vlc_object_type_from_string( const char *psz_name )
           { VLC_OBJECT_PACKETIZER, "packetizer" },
           { VLC_OBJECT_ENCODER, "encoder" },
           { VLC_OBJECT_DIALOGS, "dialogs" },
-          { VLC_OBJECT_VLM, "vlm" },
           { VLC_OBJECT_ANNOUNCE, "announce" },
           { VLC_OBJECT_DEMUX, "demux" },
           { VLC_OBJECT_ACCESS, "access" },