]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/pickerbase.cpp
remove redundant GdkBitmap representation from wxBitmap
[wxWidgets.git] / src / common / pickerbase.cpp
index 3187ccdfe9049eeda94f692989e5f8fe6ff8fd3a..ce5c4a2d5546ea4791b1e7bb8e3fb3bd9fc67f86 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_COLOURPICKERCTRL || \
+    wxUSE_DIRPICKERCTRL    || \
+    wxUSE_FILEPICKERCTRL   || \
+    wxUSE_FONTPICKERCTRL
+
 #include "wx/pickerbase.h"
 
 #ifndef WX_PRECOMP
@@ -200,3 +205,5 @@ void wxPickerBase::SetInternalMargin(int newmargin)
 {
     m_margin = newmargin;
 }
+
+#endif // Any picker in use