[idd] remove unused member variable

This commit is contained in:
Geoffrey McRae 2023-04-14 14:10:19 +10:00
parent d6b26b0eb1
commit c11748a76f

View file

@ -40,7 +40,6 @@ private:
int m_height = 0;
int m_pitch = 0;
DXGI_FORMAT m_format = DXGI_FORMAT_UNKNOWN;
void * m_data = nullptr;
bool SetupLGMP();