]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/objects.c
Remove HTTPD object type
[vlc] / modules / misc / lua / objects.c
index 65f1b5e943d28048ba38132d1cabc5826db1f88a..9feff684d9de900a6b0807361d22c30bcf912481 100644 (file)
@@ -117,7 +117,6 @@ static int vlc_object_type_from_string( const char *psz_name )
           { VLC_OBJECT_VOUT, "vout" },
           { VLC_OBJECT_AOUT, "aout" },
           { VLC_OBJECT_SOUT, "sout" },
-          { VLC_OBJECT_HTTPD, "httpd" },
           { VLC_OBJECT_PACKETIZER, "packetizer" },
           { VLC_OBJECT_ENCODER, "encoder" },
           { VLC_OBJECT_DIALOGS, "dialogs" },