]> git.saurik.com Git - wxWidgets.git/commitdiff
whatever it is, wxXmlResource::GetFirstRoot() isn't implemented - removed
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Sep 2008 09:15:20 +0000 (09:15 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 7 Sep 2008 09:15:20 +0000 (09:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/xrc/xmlres.h

index 2f941d9f00f77557e527647ad2a467b6b51745d0..8bffb9f548c74cd13851a379e746be6ed50b70f7 100644 (file)
@@ -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);