mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-26 16:46:28 +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_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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user