]> git.sesse.net Git - vlc/blobdiff - src/misc/objects.c
Remove VOD object type - not actually needed
[vlc] / src / misc / objects.c
index 4e5127cdc66656de38f9b8afa979c4b0d5308c69..dacc3a6258ca72cfe479824135e988dc660e81d9 100644 (file)
@@ -56,7 +56,6 @@
 #include "vlc_httpd.h"
 #include "vlc_vlm.h"
 #include "input/vlm_internal.h"
-#include "vlc_vod.h"
 #include "vlc_tls.h"
 #include "vlc_xml.h"
 #include "vlc_osd.h"
@@ -320,10 +319,6 @@ void * __vlc_object_create( vlc_object_t *p_this, int i_type )
             i_size = sizeof( vlm_t );
             psz_type = "vlm dameon";
             break;
-        case VLC_OBJECT_VOD:
-            i_size = sizeof( vod_t );
-            psz_type = "vod server";
-            break;
         case VLC_OBJECT_XML:
             i_size = sizeof( xml_t );
             psz_type = "xml";