]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/libs/objects.c
Remove practically unused interface type from scripting
[vlc] / modules / misc / lua / libs / objects.c
index 8621ffe36953da5fb006cef9ea09b880e4b8e0f5..004840921202530c7d29737f621a611d2b0bf3f1 100644 (file)
@@ -89,8 +89,7 @@ static int vlc_object_type_from_string( const char *psz_name )
         int i_type;
         const char *psz_name;
     } pp_objects[] =
-        { { VLC_OBJECT_INTF, "intf" },
-          { VLC_OBJECT_INPUT, "input" },
+        { { VLC_OBJECT_INPUT, "input" },
           { VLC_OBJECT_DECODER, "decoder" },
           { VLC_OBJECT_VOUT, "vout" },
           { VLC_OBJECT_AOUT, "aout" },