]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/window.h
enum wxWebViewBackend has been removed.
[wxWidgets.git] / include / wx / gtk / window.h
index decd337ac02c0e51c852247530b6c7fae2701677..29b7311b705386223ca8e79ca353d25c7a23ab75 100644 (file)
@@ -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