]> git.sesse.net Git - casparcg/blobdiff - accelerator/cpu/image/deinterlacer.h
[accelerator] Removed unused class.
[casparcg] / accelerator / cpu / image / deinterlacer.h
diff --git a/accelerator/cpu/image/deinterlacer.h b/accelerator/cpu/image/deinterlacer.h
deleted file mode 100644 (file)
index 94374fd..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-#pragma once
-
-#include <common/forward.h>
-
-#include <core/frame/frame.h>
-
-FORWARD2(caspar, core, class frame_factory);
-
-namespace caspar { namespace accelerator { namespace cpu {
-       
-class deinterlacer sealed 
-{
-public:
-
-       // Static Members
-
-       // Constructors
-
-       deinterlacer();
-       ~deinterlacer();
-
-       // Methods      
-                       
-       std::vector<core::const_frame> operator()(const core::const_frame& frame, core::frame_factory& frame_factory);
-               
-       // Properties
-
-private:
-       struct impl;
-       spl::unique_ptr<impl> impl_;
-};
-
-}}}
\ No newline at end of file