mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-08 03:34:09 +00:00
[host] remove nonexistent ICapture function
This commit is contained in:
@@ -51,7 +51,6 @@ namespace Capture
|
||||
}
|
||||
|
||||
enum FrameType GetFrameType();
|
||||
enum FrameComp GetFrameCompression();
|
||||
size_t GetMaxFrameSize();
|
||||
enum GrabStatus GrabFrame(struct FrameInfo & frame);
|
||||
|
||||
|
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user