]> git.sesse.net Git - vlc/blobdiff - modules/misc/lua/objects.c
Remove VLC_OBJECT_GLOBAL
[vlc] / modules / misc / lua / objects.c
index 9feff684d9de900a6b0807361d22c30bcf912481..deb99189f93beb3818a02c874f62ccebc5a497f5 100644 (file)
@@ -107,8 +107,7 @@ static int vlc_object_type_from_string( const char *psz_name )
         int i_type;
         const char *psz_name;
     } pp_objects[] =
-        { { VLC_OBJECT_GLOBAL, "global" },
-          { VLC_OBJECT_LIBVLC, "libvlc" },
+        { { VLC_OBJECT_LIBVLC, "libvlc" },
           { VLC_OBJECT_MODULE, "module" },
           { VLC_OBJECT_INTF, "intf" },
           { VLC_OBJECT_PLAYLIST, "playlist" },