From c1bc7a30c3c2935d3739919d4f8cdb7a81fe1ee8 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 29 Aug 2010 15:44:41 +0000 Subject: Removed more deprecated functionality (xpath_type_t type, format_write_bom_utf8 flag, precompute_document_order method) git-svn-id: http://pugixml.googlecode.com/svn/trunk@686 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pugixml.cpp') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index ebc5e82..68ca27f 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -4369,10 +4369,6 @@ namespace pugi return true; } - void xml_document::precompute_document_order() - { - } - #ifndef PUGIXML_NO_STL std::string PUGIXML_FUNCTION as_utf8(const wchar_t* str) { -- cgit v1.2.3