From: Václav Slavík Date: Sun, 7 Sep 2008 09:15:20 +0000 (+0000) Subject: whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/df36fb0e7231b645b5044dcc3c1e090bf37743ef whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/xrc/xmlres.h b/include/wx/xrc/xmlres.h index 2f941d9f00..8bffb9f548 100644 --- a/include/wx/xrc/xmlres.h +++ b/include/wx/xrc/xmlres.h @@ -108,8 +108,6 @@ public: // Destructor. virtual ~wxXmlResource(); - wxXmlNode *GetFirstRoot(); - // Loads resources from XML files that match given filemask. // This method understands VFS (see filesys.h). bool Load(const wxString& filemask);