X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/629b5a8746ec3f74f5ee1092fbae3d9e7bf9a6f0..2c20f44d7034eb5d19b7d4459bfc72bbf95de355:/include/wx/generic/listctrl.h diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 8db983e3c7..b3dcb0260b 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -174,9 +174,6 @@ public: virtual void Refresh(bool eraseBackground = true, const wxRect *rect = NULL); - virtual void Freeze(); - virtual void Thaw(); - virtual bool SetBackgroundColour( const wxColour &colour ); virtual bool SetForegroundColour( const wxColour &colour ); virtual wxColour GetBackgroundColour() const;