* No longer needed check for result.encoding

git-svn-id: trunk@27704 -
This commit is contained in:
michael 2014-05-01 14:25:33 +00:00
parent f57f109e82
commit 2fc9ad04e8

View File

@ -105,9 +105,6 @@ end;
function CreateDoc() : TXMLDocument ;
begin
Result := TXMLDocument.Create();
{$IF ((FPC_VERSION = 2) and (FPC_RELEASE = 6)) }
Result.Encoding := 'UTF-8';
{$IFEND}
end;
function FindNode(ANode : TDOMNode;const ANodeName : string) : TDOMNode;{$IFDEF USE_INLINE}inline;{$ENDIF}