X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a290fa5a7deebe9d96c0c0089d18e27d4bd9b624..835a347314148e6facab05ceb51c14c704a0d8a7:/include/wx/univ/statbox.h diff --git a/include/wx/univ/statbox.h b/include/wx/univ/statbox.h index cdc8223bdc..f242c1bb03 100644 --- a/include/wx/univ/statbox.h +++ b/include/wx/univ/statbox.h @@ -12,10 +12,6 @@ #ifndef _WX_UNIV_STATBOX_H_ #define _WX_UNIV_STATBOX_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "univstatbox.h" -#endif - class WXDLLEXPORT wxStaticBox : public wxStaticBoxBase { public: @@ -51,8 +47,6 @@ public: // take account of this virtual wxPoint GetBoxAreaOrigin() const; - virtual bool HasTransparentBackground() { return true; } - protected: // draw the control virtual void DoDraw(wxControlRenderer *renderer);