]> git.saurik.com Git - wxWidgets.git/commitdiff
removed common duplicated definitions
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 22:24:42 +0000 (22:24 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 27 Jun 2001 22:24:42 +0000 (22:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/notebook.h
include/wx/mac/radiobut.h

index e70d4d15c5b00f36aaee708ae4502d968673512b..713b3f60585a602f7037293b4b0ccafc638dd857 100644 (file)
 class WXDLLEXPORT wxImageList;
 class WXDLLEXPORT wxWindow;
 
 class WXDLLEXPORT wxImageList;
 class WXDLLEXPORT wxWindow;
 
-// array of notebook pages
-typedef wxWindow wxNotebookPage;  // so far, any window can be a page
-WX_DEFINE_ARRAY(wxNotebookPage *, wxArrayPages) ;
-
 // ----------------------------------------------------------------------------
 // wxNotebook
 // ----------------------------------------------------------------------------
 // ----------------------------------------------------------------------------
 // wxNotebook
 // ----------------------------------------------------------------------------
index 3e2a1e07a26e189151808799e6953a9b78ffbe54..eb92a106145a35c850c696a2cf214f37853f3718 100644 (file)
 #pragma interface "radiobut.h"
 #endif
 
 #pragma interface "radiobut.h"
 #endif
 
-#include "wx/control.h"
-
-WXDLLEXPORT_DATA(extern const char*) wxRadioButtonNameStr;
-
 class WXDLLEXPORT wxRadioButton: public wxControl
 {
   DECLARE_DYNAMIC_CLASS(wxRadioButton)
 class WXDLLEXPORT wxRadioButton: public wxControl
 {
   DECLARE_DYNAMIC_CLASS(wxRadioButton)