mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-22 05:27:20 +00:00
[host] remove unused critical sections
This commit is contained in:
parent
1350ba6c4b
commit
df7e9b1184
@ -31,8 +31,6 @@ DXGI::DXGI() :
|
||||
m_deviceContext(),
|
||||
m_dup()
|
||||
{
|
||||
InitializeCriticalSection(&m_cursorCS );
|
||||
InitializeCriticalSection(&m_cursorDataCS);
|
||||
}
|
||||
|
||||
DXGI::~DXGI()
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user