From: Vadim Zeitlin Date: Tue, 10 Jul 2001 00:47:41 +0000 (+0000) Subject: wxFrameNative is now defined in wx/frame.h itself X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fba82cc079ecf28ada1672deb7f6c3ea428bc0d0 wxFrameNative is now defined in wx/frame.h itself git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/univ/frame.h b/include/wx/univ/frame.h index 371a024bb4..7c26f6328b 100644 --- a/include/wx/univ/frame.h +++ b/include/wx/univ/frame.h @@ -20,16 +20,6 @@ // wxFrame // ---------------------------------------------------------------------------- -#if defined(__WXMSW__) -#define wxFrameNative wxFrameMSW -#elif defined(__WXGTK__) -#define wxFrameNative wxFrameGTK -#elif defined(__WXMGL__) -#define wxFrameNative wxFrameMGL -#elif defined(__WXMAC__) -#define wxFrameNative wxFrameMac -#endif - class wxFrame : public wxFrameNative { public: