]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listbox.h
First part of '[ 1216148 ] cleanup: unused variables and declarations'.
[wxWidgets.git] / include / wx / msw / listbox.h
index a901adf31c8fc211d72e26308f82561866fe0375..5104928429677faa8a99c6278ccc234c34ba48a1 100644 (file)
@@ -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();