mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-14 04:57:54 +00:00
[idd] remove unused member variable
This commit is contained in:
parent
d6b26b0eb1
commit
c11748a76f
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ private:
|
||||||
int m_height = 0;
|
int m_height = 0;
|
||||||
int m_pitch = 0;
|
int m_pitch = 0;
|
||||||
DXGI_FORMAT m_format = DXGI_FORMAT_UNKNOWN;
|
DXGI_FORMAT m_format = DXGI_FORMAT_UNKNOWN;
|
||||||
void * m_data = nullptr;
|
|
||||||
|
|
||||||
bool SetupLGMP();
|
bool SetupLGMP();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue