mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[host] remove nonexistent ICapture function
This commit is contained in:
parent
d6fee6bf0b
commit
892a3970ff
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user