[host] remove nonexistent ICapture function

This commit is contained in:
arcnmx 2017-12-14 14:16:20 -05:00
parent d6fee6bf0b
commit 892a3970ff
2 changed files with 0 additions and 2 deletions

View File

@ -51,7 +51,6 @@ namespace Capture
}
enum FrameType GetFrameType();
enum FrameComp GetFrameCompression();
size_t GetMaxFrameSize();
enum GrabStatus GrabFrame(struct FrameInfo & frame);

View File

@ -44,7 +44,6 @@ namespace Capture
return Initialize(m_options);
}
enum FrameType GetFrameType();
enum FrameComp GetFrameCompression();
size_t GetMaxFrameSize();
enum GrabStatus GrabFrame(struct FrameInfo & frame);