]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/panelg.h
added missing methods/removed duplicated base methods
[wxWidgets.git] / include / wx / generic / panelg.h
index a66dd5b7aa252bb140c586a991ac122a90cdf0d3..cf5685d9489df58d667b09422f7ee2ed471c60e4 100644 (file)
@@ -23,7 +23,6 @@
 #include "wx/window.h"
 #include "wx/containr.h"
 
-class WXDLLEXPORT wxButton;
 class WXDLLEXPORT wxControlContainer;
 
 WXDLLEXPORT_DATA(extern const wxChar*) wxPanelNameStr;
@@ -90,9 +89,6 @@ protected:
     // common part of all ctors
     void Init();
 
-    // the object which implements the TAB traversal logic
-    wxControlContainer *m_container;
-
 private:
     DECLARE_DYNAMIC_CLASS(wxPanel)
     DECLARE_EVENT_TABLE()