QEventDispatcherWin32: remove unused member

Change-Id: I9ec54aca7af190cd7ba7744ff52b05451dd7050a
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Alex Trotsenko 2020-09-17 10:04:34 +03:00
parent 150828254a
commit 4e27961db9
2 changed files with 1 additions and 3 deletions

View File

@ -97,7 +97,7 @@ class QEventDispatcherWin32Private;
LRESULT QT_WIN_CALLBACK qt_internal_proc(HWND hwnd, UINT message, WPARAM wp, LPARAM lp);
QEventDispatcherWin32Private::QEventDispatcherWin32Private()
: threadId(GetCurrentThreadId()), interrupt(false), internalHwnd(0),
: interrupt(false), internalHwnd(0),
getMessageHook(0), sendPostedEventsTimerId(0), wakeUps(0),
activateNotifiersPosted(false), activateEventNotifiersPosted(false)
{

View File

@ -158,8 +158,6 @@ public:
~QEventDispatcherWin32Private();
static QEventDispatcherWin32Private *get(QEventDispatcherWin32 *q) { return q->d_func(); }
DWORD threadId;
QAtomicInt interrupt;
// internal window handle used for socketnotifiers/timers/etc