X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bf487502d9ca029432ca1c91a42d2701c2590e7f..880d76dfb12d4e8466df30d641bb25c6f71bd398:/include/wx/gtk/window.h diff --git a/include/wx/gtk/window.h b/include/wx/gtk/window.h index decd337ac0..29b7311b70 100644 --- a/include/wx/gtk/window.h +++ b/include/wx/gtk/window.h @@ -311,8 +311,6 @@ public: wxRegion m_nativeUpdateRegion; // not transformed for RTL bool m_dirtyTabOrder:1; // tab order changed, GTK focus // chain needs update - bool m_needsStyleChange:1; // May not be able to change - // background style until OnIdle bool m_mouseButtonDown:1; bool m_showOnIdle:1; // postpone showing the window until idle