]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/toplevel.h
Refactored & cleaned up wxChoice & wxComboBox code, fixed client data
[wxWidgets.git] / include / wx / msw / toplevel.h
index d09a48ce0a30ae392d674773cca06010fbb7ac04..202983d285f312b1acd3baae0057b7f732a763aa 100644 (file)
@@ -119,10 +119,6 @@ protected:
     // the last focused child: we restore focus to it on activation
     wxWindow             *m_winLastFocused;
 
     // the last focused child: we restore focus to it on activation
     wxWindow             *m_winLastFocused;
 
-    // the hidden parent window for the frames which shouldn't appear in the
-    // taskbar
-    static wxWindow *ms_hiddenParent;
-
     DECLARE_EVENT_TABLE()
 };
 
     DECLARE_EVENT_TABLE()
 };