X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7ef8bfc4c75374ffd4de538cdeaa0f81b69bf61f..10769d8c47c21fe0ec5034726791a5ad4cf19475:/include/wx/button.h diff --git a/include/wx/button.h b/include/wx/button.h index 3018394065..4e75d97c33 100644 --- a/include/wx/button.h +++ b/include/wx/button.h @@ -45,10 +45,10 @@ class WXDLLEXPORT wxButtonBase : public wxControl { public: // show the image in the button in addition to the label - virtual void SetImageLabel(const wxBitmap& bitmap) { } + virtual void SetImageLabel(const wxBitmap& WXUNUSED(bitmap)) { } // set the margins around the image - virtual void SetImageMargins(wxCoord x, wxCoord y) { } + virtual void SetImageMargins(wxCoord WXUNUSED(x), wxCoord WXUNUSED(y)) { } // this wxButton method is called when the button becomes the default one // on its panel @@ -66,8 +66,6 @@ public: #include "wx/motif/button.h" #elif defined(__WXGTK__) #include "wx/gtk/button.h" -#elif defined(__WXQT__) - #include "wx/qt/button.h" #elif defined(__WXMAC__) #include "wx/mac/button.h" #elif defined(__WXPM__)