]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/xrc/xmlres.h
fixed a bug in wxListCtrl: SetColumnWidth didn't set wxListHeaderWindow::m_dirty
[wxWidgets.git] / include / wx / xrc / xmlres.h
index 143664514bf5572272fda67e6a5a77737fd48448..01832ae8cd8f144260b9e314a7c0a30b846c2688 100644 (file)
@@ -176,10 +176,6 @@ protected:
     // Creates resource from info in given node:
     wxObject *CreateResFromNode(wxXmlNode *node, wxObject *parent, wxObject *instance = NULL);
 
-    // Remove nodes with property "platform" that does not
-    // match current platform
-    void ProcessPlatformProperty(wxXmlNode *node);
-
     bool GetUseLocale() { return m_useLocale; }
 
 private: