mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-09 20:24:14 +00:00
[host] remove unused critical sections
This commit is contained in:
@@ -31,8 +31,6 @@ DXGI::DXGI() :
|
|||||||
m_deviceContext(),
|
m_deviceContext(),
|
||||||
m_dup()
|
m_dup()
|
||||||
{
|
{
|
||||||
InitializeCriticalSection(&m_cursorCS );
|
|
||||||
InitializeCriticalSection(&m_cursorDataCS);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
DXGI::~DXGI()
|
DXGI::~DXGI()
|
||||||
|
@@ -74,8 +74,6 @@ namespace Capture
|
|||||||
|
|
||||||
CursorInfo m_cursorRing[DXGI_CURSOR_RING_SIZE];
|
CursorInfo m_cursorRing[DXGI_CURSOR_RING_SIZE];
|
||||||
unsigned int m_cursorRPos, m_cursorWPos;
|
unsigned int m_cursorRPos, m_cursorWPos;
|
||||||
CRITICAL_SECTION m_cursorCS;
|
|
||||||
CRITICAL_SECTION m_cursorDataCS;
|
|
||||||
|
|
||||||
ID3D11Texture2DPtr m_ftexture;
|
ID3D11Texture2DPtr m_ftexture;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user