]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/propgrid/manager.h
added wxXmlResource::FindXRCIDById() (#10026)
[wxWidgets.git] / interface / wx / propgrid / manager.h
index a61bce65fab7c08d7acd52f8a3e63168b94ea1e2..112597996bf9e22556d3a5d3f2e98e585c297a58 100644 (file)
@@ -2,7 +2,7 @@
 // Name:        manager.h
 // Purpose:     interface of wxPropertyGridManager
 // Author:      wxWidgets team
-// RCS-ID:      $Id:
+// RCS-ID:      $Id$
 // Licence:     wxWindows license
 /////////////////////////////////////////////////////////////////////////////
 
@@ -228,13 +228,6 @@ public:
                                  const wxBitmap& bmp = wxPG_NULL_BITMAP,
                                  wxPropertyGridPage* pageObj = NULL );
 
-    void ClearModifiedStatus( wxPGPropArg id );
-
-    void ClearModifiedStatus()
-    {
-        m_pPropGrid->ClearModifiedStatus();
-    }
-
     /**
         Deletes all properties and all pages.
     */