]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/univ/panel.h
Dramatically optimise inserting many items in wxGenericListCtrl.
[wxWidgets.git] / include / wx / univ / panel.h
index f6bd7c213769ddafbaddc80075a53e17fd85484f..19f0d52dc051ee0989222aef828cf7acc62df92c 100644 (file)
@@ -44,13 +44,6 @@ public:
     )
 #endif // WXWIN_COMPATIBILITY_2_8
 
-protected:
-    virtual void DoSetBackgroundBitmap(const wxBitmap& bmp)
-    {
-        // We have support for background bitmap even at the base class level.
-        SetBackground(bmp, wxALIGN_NOT, wxTILE);
-    }
-
 private:
     wxDECLARE_DYNAMIC_CLASS_NO_COPY(wxPanel);
 };