]> git.sesse.net Git - casparcg/commitdiff
Simplified bluefish_consumer
authorhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 17 Jan 2013 14:26:32 +0000 (14:26 +0000)
committerhellgore <hellgore@362d55ac-95cf-4e76-9f9a-cbaa9c17b72d>
Thu, 17 Jan 2013 14:26:32 +0000 (14:26 +0000)
git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/trunk@3683 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d

modules/bluefish/consumer/bluefish_consumer.cpp

index 3e094e76d346487990c1040291cf5ff2af0ec776..1dabf9e801c69f2ed8eca4ae5f989d46b1809468 100644 (file)
@@ -29,7 +29,6 @@
 #include <core/mixer/read_frame.h>\r
 \r
 #include <common/concurrency/executor.h>\r
-#include <common/concurrency/future_util.h>\r
 #include <common/diagnostics/graph.h>\r
 #include <common/memory/memclr.h>\r
 #include <common/memory/memcpy.h>\r
@@ -73,7 +72,6 @@ struct bluefish_consumer : boost::noncopyable
        const bool                                                      key_only_;\r
                \r
        executor                                                        executor_;\r
-       retry_task<bool>                                        send_completion_;\r
 public:\r
        bluefish_consumer(const core::video_format_desc& format_desc, unsigned int device_index, bool embedded_audio, bool key_only, int channel_index) \r
                : blue_(create_blue(device_index))\r