]> git.sesse.net Git - casparcg/commitdiff
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches...
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Wed, 26 Sep 2012 09:26:06 +0000 (09:26 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Wed, 26 Sep 2012 09:26:06 +0000 (09:26 +0000)
shell/server.cpp

index 4d2c7cdc0225e4287477943b2ab24785f313b29f..29b5e6d98de624ab46967c20b42b1ba6a83e9993 100644 (file)
@@ -32,7 +32,6 @@
 #include <core/video_channel.h>
 #include <core/video_format.h>
 #include <core/producer/stage.h>
-#include <core/producer/diag/diag_producer.h>
 #include <core/producer/frame_producer.h>
 #include <core/consumer/output.h>
 
@@ -99,8 +98,6 @@ struct server::impl : boost::noncopyable
                flash::init();            
                CASPAR_LOG(info) << L"Initialized flash module.";
 
-               core::register_producer_factory(core::create_diag_producer);
-
                setup_channels(env::properties());
                CASPAR_LOG(info) << L"Initialized channels.";