[client,sdl] remove unused private fields

This commit is contained in:
akallabeth
2024-09-30 17:55:48 +02:00
parent e2eb8f6a28
commit 95bafbf8d4
2 changed files with 0 additions and 6 deletions

View File

@@ -67,8 +67,6 @@ class sdlDispContext
SdlContext* _sdl = nullptr;
DispClientContext* _disp = nullptr;
int _eventBase = -1;
int _errorBase = -1;
int _lastSentWidth = -1;
int _lastSentHeight = -1;
UINT64 _lastSentDate = 0;
@@ -76,7 +74,6 @@ class sdlDispContext
int _targetHeight = -1;
BOOL _activated = FALSE;
BOOL _waitingResize = FALSE;
BOOL _fullscreen = FALSE;
UINT16 _lastSentDesktopOrientation = 0;
UINT32 _lastSentDesktopScaleFactor = 0;
UINT32 _lastSentDeviceScaleFactor = 0;

View File

@@ -65,8 +65,6 @@ class sdlDispContext
SdlContext* _sdl = nullptr;
DispClientContext* _disp = nullptr;
int _eventBase = -1;
int _errorBase = -1;
int _lastSentWidth = -1;
int _lastSentHeight = -1;
UINT64 _lastSentDate = 0;
@@ -74,7 +72,6 @@ class sdlDispContext
int _targetHeight = -1;
BOOL _activated = FALSE;
BOOL _waitingResize = FALSE;
BOOL _fullscreen = FALSE;
UINT16 _lastSentDesktopOrientation = 0;
UINT32 _lastSentDesktopScaleFactor = 0;
UINT32 _lastSentDeviceScaleFactor = 0;