l/ddraw: remove unused constants

This commit is contained in:
rr- 2021-11-22 13:06:07 +01:00
parent 969934b5f5
commit 447d855176
No known key found for this signature in database
GPG key ID: CC65E6FD28CAE42A

View file

@ -27,8 +27,6 @@ private:
static const GLenum TEX_INTERNAL_FORMAT = GL_RGBA; static const GLenum TEX_INTERNAL_FORMAT = GL_RGBA;
static const GLenum TEX_FORMAT = GL_BGRA; static const GLenum TEX_FORMAT = GL_BGRA;
static const GLenum TEX_TYPE = GL_UNSIGNED_SHORT_1_5_5_5_REV; static const GLenum TEX_TYPE = GL_UNSIGNED_SHORT_1_5_5_5_REV;
static const int32_t TITLE_WIDTH = 640;
static const int32_t TITLE_HEIGHT = 480;
Context& m_context{GLRage::getContext()}; Context& m_context{GLRage::getContext()};
uint32_t m_width = 0; uint32_t m_width = 0;