mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Code cleanup.
This commit is contained in:
@ -1224,17 +1224,6 @@ const std::wstring& CConfigParser::GetValue(const std::wstring& strSection, cons
|
||||
return strDefault;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
** Returns the list of sections in the ini file.
|
||||
**
|
||||
** \return A list of sections in the ini file.
|
||||
*/
|
||||
const std::vector<std::wstring>& CConfigParser::GetSections()
|
||||
{
|
||||
return m_Sections;
|
||||
}
|
||||
|
||||
//==============================================================================
|
||||
/**
|
||||
** Returns a list of keys under the given section.
|
||||
|
Reference in New Issue
Block a user