[host] remove unused critical sections

This commit is contained in:
Geoffrey McRae
2018-10-19 20:15:42 +11:00
parent 1350ba6c4b
commit df7e9b1184
2 changed files with 0 additions and 4 deletions

View File

@@ -74,8 +74,6 @@ namespace Capture
CursorInfo m_cursorRing[DXGI_CURSOR_RING_SIZE];
unsigned int m_cursorRPos, m_cursorWPos;
CRITICAL_SECTION m_cursorCS;
CRITICAL_SECTION m_cursorDataCS;
ID3D11Texture2DPtr m_ftexture;