diff --git a/host/platform/Windows/capture/DXGI/src/dxgi.c b/host/platform/Windows/capture/DXGI/src/dxgi.c index 32f02494..44efc4a1 100644 --- a/host/platform/Windows/capture/DXGI/src/dxgi.c +++ b/host/platform/Windows/capture/DXGI/src/dxgi.c @@ -232,7 +232,6 @@ static bool dxgi_init() this->stop = false; this->texRIndex = 0; this->texWIndex = 0; - this->formatVer = 0; atomic_store(&this->texReady, 0); lgResetEvent(this->frameEvent);