]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
remove wxFindFocusedChild() declaration too as g++ gets upset if an extern function...
[wxWidgets.git] / include / wx / generic / listctrl.h
index 8db983e3c79a50b0d7e72f9287d9ce4a8d8c4210..b3dcb0260b129f7c7aa06d0b81d99a973abbd1f2 100644 (file)
@@ -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;