]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
Rework/simplify the TLS plugin interface (LibVLC <-> tls plugin).
[vlc] / src / misc / objects.c
index 9eb6a8f2a8b78d91c1ef876e989109b514962c9b..22d89e8d5e9e4bc6b5dc75f35893b15313e44c8b 100644 (file)
@@ -299,10 +299,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
             i_size = sizeof( vod_t );
             psz_type = "vod server";
             break;
-        case VLC_OBJECT_TLS:
-            i_size = sizeof( tls_t );
-            psz_type = "tls";
-            break;
         case VLC_OBJECT_XML:
             i_size = sizeof( xml_t );
             psz_type = "xml";