]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/checkbox.h
Sorry, should be a __UNIX__ test
[wxWidgets.git] / include / wx / univ / checkbox.h
index 9c6108fac9ab74defadfd1f458815cf8acee0343..b2c7b4ec4f1c4d6923a464bbc7259349e23dbed2 100644 (file)
@@ -101,8 +101,6 @@ public:
     // overridden base class virtuals
     virtual bool IsPressed() const { return m_isPressed; }
 
-    virtual bool HasTransparentBackground() { return true; }
-
 protected:
     virtual void DoSet3StateValue(wxCheckBoxState WXUNUSED(state));
     virtual wxCheckBoxState DoGet3StateValue() const;