X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6179a847d8899cceb8880abc2ab2fe9d0244c90..e12a951e754d0e6a67a211a1d8fb788e0a166094:/include/wx/msw/listbox.h diff --git a/include/wx/msw/listbox.h b/include/wx/msw/listbox.h index a901adf31c..5104928429 100644 --- a/include/wx/msw/listbox.h +++ b/include/wx/msw/listbox.h @@ -143,11 +143,6 @@ public: protected: WXDWORD MSWGetStyle(long style, WXDWORD *exstyle) const; - virtual WXHBRUSH MSWControlColor(WXHDC pDC) - { - return MSWControlColorSolid(pDC); - } - // free memory (common part of Clear() and dtor) void Free();