]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
fixed memory leak introduced by dynamic wxMimeTypesManagerImpl creation (rev. 1.44...
[wxWidgets.git] / include / wx / notebook.h
index fe22a53056edb261255e30df2aeada392dca41ee..ec2065c5e3070d92dfb09f4496c78e51fa976c29 100644 (file)
@@ -75,13 +75,6 @@ public:
     // set the size of the tabs for wxNB_FIXEDWIDTH controls
     virtual void SetTabSize(const wxSize& sz) = 0;
 
-    // hit test, returns which tab is hit and, optionally, where (icon, label)
-    // (not implemented on all platforms)
-    virtual int HitTest(const wxPoint& WXUNUSED(pt),
-                        long * WXUNUSED(flags) = NULL) const
-    {
-        return wxNOT_FOUND;
-    }
 
 
     // implement some base class functions