[host] remove unused variables

This commit is contained in:
arcnmx 2017-12-20 22:36:47 -05:00 committed by Geoffrey McRae
parent 43b096a5e7
commit f26d8fbd3e
2 changed files with 0 additions and 3 deletions

View File

@ -392,7 +392,6 @@ GrabStatus DXGI::GrabFrame(FrameInfo & frame)
if (SUCCEEDED(status))
break;
HDESK desktop = NULL;
switch (status)
{
// desktop switch, mode change, switch DWM on or off or Secure Desktop

View File

@ -154,7 +154,6 @@ bool Service::Process()
if (!m_initialized)
return false;
bool restart = false;
struct FrameInfo frame;
ZeroMemory(&frame, sizeof(FrameInfo));
frame.buffer = m_frame[m_frameIndex];
@ -171,7 +170,6 @@ bool Service::Process()
if (f & KVMFR_HEADER_FLAG_RESTART)
{
INTERLOCKED_AND8((volatile char *)flags, ~(KVMFR_HEADER_FLAG_RESTART));
restart = true;
break;
}