]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
Remove the useless announce handler object
[vlc] / src / misc / objects.c
index fb0020f50b743b5ac83cca372a9bb91081be3169..bfd2061e897e701a4f45e38b0834d81da0eb9604 100644 (file)
@@ -238,10 +238,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
             i_size = sizeof( vout_thread_t );
             psz_type = "opengl";
             break;
-        case VLC_OBJECT_ANNOUNCE:
-            i_size = sizeof( announce_handler_t );
-            psz_type = "announce";
-            break;
         default:
             assert( i_type > 0 ); /* unknown type?! */
             i_size = i_type;