]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
vout: use vlc_custom_create
[vlc] / src / misc / objects.c
index c4b79ed4c799fc47768c5f3df38f693e3d9b7c6a..fd9e4135fea45a897d54c85b07810973f0461122 100644 (file)
@@ -250,10 +250,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
             i_size = sizeof(filter_t);
             psz_type = "filter";
             break;
-        case VLC_OBJECT_VOUT:
-            i_size = sizeof(vout_thread_t);
-            psz_type = "video output";
-            break;
         case VLC_OBJECT_AOUT:
             i_size = sizeof(aout_instance_t);
             psz_type = "audio output";