]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/libs/objects.c
Remove VLC_OBJECT_OPENGL
[vlc] / modules / misc / lua / libs / objects.c
index a1f112115a1c7c98df576c40bb0305713ed1d64a..593bd1fe1941d8f77d3c9edbf8e8943d27575c6f 100644 (file)
@@ -97,7 +97,6 @@ static int vlc_object_type_from_string( const char *psz_name )
           { VLC_OBJECT_AOUT, "aout" },
           { VLC_OBJECT_PACKETIZER, "packetizer" },
           { VLC_OBJECT_ENCODER, "encoder" },
-          { VLC_OBJECT_OPENGL, "opengl" },
           { VLC_OBJECT_OSDMENU, "osdmenu" },
           { VLC_OBJECT_GENERIC, "generic" },
           { 0, "" } };