X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Ffreenet%2Fintroductionpuzzlexml.cpp;h=348b7cacae14702e6c4a147a6865848748c645cc;hb=b9c3763a932cebaa015a27fe111017f6f34dfbaa;hp=8eb8a1adbb6fc666adfdc4789689d37e7dba2823;hpb=d8f51eac91f86a1e00a05a5058a8fa9eb8732464;p=fms.git diff --git a/src/freenet/introductionpuzzlexml.cpp b/src/freenet/introductionpuzzlexml.cpp index 8eb8a1a..348b7ca 100644 --- a/src/freenet/introductionpuzzlexml.cpp +++ b/src/freenet/introductionpuzzlexml.cpp @@ -47,7 +47,6 @@ const bool IntroductionPuzzleXML::ParseXML(const std::string &xml) if(!td.Error()) { - TiXmlElement *el; TiXmlText *txt; TiXmlHandle hnd(&td); @@ -84,4 +83,4 @@ const bool IntroductionPuzzleXML::ParseXML(const std::string &xml) { return false; } -} \ No newline at end of file +}