From 250a94e18614cec99218af2e4e9d379b9a61b476 Mon Sep 17 00:00:00 2001 From: Nimetu Date: Wed, 25 May 2016 12:08:06 +0300 Subject: [PATCH] Changed: minor changes --HG-- branch : develop --- code/nel/src/gui/group_html.cpp | 63 ++------------------------------- 1 file changed, 2 insertions(+), 61 deletions(-) diff --git a/code/nel/src/gui/group_html.cpp b/code/nel/src/gui/group_html.cpp index 18aa3e1eb..6f6e25171 100644 --- a/code/nel/src/gui/group_html.cpp +++ b/code/nel/src/gui/group_html.cpp @@ -338,14 +338,7 @@ namespace NLGUI #ifdef LOG_DL nlwarning("Init Image Download"); #endif - /* - // Get current flag - int tmpFlag = _CrtSetDbgFlag( _CRTDBG_REPORT_FLAG ); - // Turn on leak-checking bit - tmpFlag |= _CRTDBG_CHECK_ALWAYS_DF; - // Set flag to the new value - _CrtSetDbgFlag( tmpFlag ); - */ + string pathName = "cache"; if ( ! CFile::isExists( pathName ) ) CFile::createDirectory( pathName ); @@ -628,32 +621,6 @@ namespace NLGUI curl_multi_cleanup(MultiCurl); } - /* - void dolibcurltest() - { - nlwarning("start libcurl test"); - - initImageDownload(); - - addImageDownload("http://www.ryzom.com/en/"); - addImageDownload("http://www.ryzom.com/fr/"); - addImageDownload("http://www.ryzom.com/de/"); - - do - { - checkImageDownload(); - nlwarning("continue to sleep"); - nlSleep(300); - } - while(RunningCurls); - - releaseImageDownload(); - - nlwarning("end libcurl test"); - } - */ - - class CGroupListAdaptor : public CInterfaceGroup { public: @@ -726,10 +693,6 @@ namespace NLGUI // Build a UTF8 string string inputString(buf, buf+len); - // inputString.resize (len); - // uint i; - // for (i=0; i<(uint)len; i++) - // inputString[i] = buf[i]; if (_ParsingLua && _TrustedDomain) { @@ -747,7 +710,6 @@ namespace NLGUI ucstring tmp; tmp.reserve(len); uint ucLen = (uint)inputUCString.size(); - //uint ucLenWithoutSpace = 0; for (uint i=0; iaddChild (buttonGroup); paragraphChange (); } - - // addButton (CCtrlTextButton::PushButton, name, normal, pushed.empty()?normal:pushed, over, - // globalColor, "html_submit_form", param.c_str(), tooltip); } else if (type == "text") { @@ -5829,7 +5771,6 @@ namespace NLGUI { std::string ret; sint32 number = Value; - bool upper = false; if (Type == "disc") {