Removed LLXMLNode::writeHeaderToFile

Isn't used. This header is written else where already,
and will be written from now on (also) by AIXML*, which
will be committed next.
This commit is contained in:
Aleric Inglewood
2013-11-01 02:34:05 +01:00
parent 2f53f7232b
commit b7d2683b76
2 changed files with 0 additions and 11 deletions

View File

@@ -928,12 +928,6 @@ bool LLXMLNode::getLayeredXMLNode(LLXMLNodePtr& root,
return true;
}
// static
void LLXMLNode::writeHeaderToFile(LLFILE *out_file)
{
fprintf(out_file, "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\" ?>\n");
}
void LLXMLNode::writeToFile(LLFILE *out_file, const std::string& indent, bool use_type_decorations)
{
if (isFullyDefault())