From 892a3970ff499f1ec00a74b50d88cdd94e8e8364 Mon Sep 17 00:00:00 2001 From: arcnmx Date: Thu, 14 Dec 2017 14:16:20 -0500 Subject: [PATCH] [host] remove nonexistent ICapture function --- host/Capture/DXGI.h | 1 - host/Capture/NvFBC.h | 1 - 2 files changed, 2 deletions(-) diff --git a/host/Capture/DXGI.h b/host/Capture/DXGI.h index 11e4afcd..f4749209 100644 --- a/host/Capture/DXGI.h +++ b/host/Capture/DXGI.h @@ -51,7 +51,6 @@ namespace Capture } enum FrameType GetFrameType(); - enum FrameComp GetFrameCompression(); size_t GetMaxFrameSize(); enum GrabStatus GrabFrame(struct FrameInfo & frame); diff --git a/host/Capture/NvFBC.h b/host/Capture/NvFBC.h index 75a7a9b5..2770d19e 100644 --- a/host/Capture/NvFBC.h +++ b/host/Capture/NvFBC.h @@ -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);