Commit 03fa43b1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove dead code

parent 4cd43d60
......@@ -226,10 +226,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
switch( i_type )
{
case VLC_OBJECT_LIBVLC:
i_size = sizeof(libvlc_int_t);
psz_type = "libvlc";
break;
case VLC_OBJECT_INTF:
i_size = sizeof(intf_thread_t);
psz_type = "interface";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment