X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c6179a847d8899cceb8880abc2ab2fe9d0244c90..48f7ffbe93ab587c54643e2476b0e3b0c74e1386:/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();