Index: src/libictranslate/cfg_ini.cpp =================================================================== diff -u -N -r8068e0c351055554340ac9755d1bc846893bf2b8 -rb26ced3298e3e7e51d91f3ac70b56746786da83b --- src/libictranslate/cfg_ini.cpp (.../cfg_ini.cpp) (revision 8068e0c351055554340ac9755d1bc846893bf2b8) +++ src/libictranslate/cfg_ini.cpp (.../cfg_ini.cpp) (revision b26ced3298e3e7e51d91f3ac70b56746786da83b) @@ -419,21 +419,11 @@ } } -/** Clears the contents of this class -* -* \param[in] pszName - name of the property to clear the values for -*/ void ini_cfg::clear() { m_pMainNode->clear(); } -/** Recursive clear function - searches recursively for a proper node -* and finally clears the string map. -* -* \param[in] pNodePtr - pointer to a node to be processed -* \param[in] pszName - name of the property to search for in the given node -*/ void ini_cfg::clear(const wchar_t* pszName) { if(pszName == nullptr || pszName[0] == _T('*'))