mirror of https://github.com/FreeRDP/FreeRDP
[client,sdl] remove unused private fields
This commit is contained in:
parent
e2eb8f6a28
commit
95bafbf8d4
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue