Fix mac [skip appveyor]

This commit is contained in:
halx99 2020-09-04 18:16:13 +08:00
parent 53509b8833
commit 81e4c28d24
2 changed files with 0 additions and 2 deletions

View File

@ -164,7 +164,6 @@ protected:
void onGLFWWindowFocusCallback(GLFWwindow* window, int focused);
bool _captured;
bool _supportTouch;
bool _isInRetinaMonitor;
bool _isRetinaEnabled;
int _retinaFactor; // Should be 1 or 2

View File

@ -283,7 +283,6 @@ static keyCodeItem g_keyCodeStructArray[] = {
GLViewImpl::GLViewImpl(bool initglfw)
: _captured(false)
, _supportTouch(false)
, _isInRetinaMonitor(false)
, _isRetinaEnabled(false)
, _retinaFactor(1)