diff options
| author | Stevoisiak <Stevoisiak@gmail.com> | 2014-11-13 21:28:27 -0500 |
|---|---|---|
| committer | Stevoisiak <Stevoisiak@gmail.com> | 2014-11-13 22:42:18 -0500 |
| commit | b25e1a2eb4fd20ba84103549a59ea4c4a8639641 (patch) | |
| tree | 565229c96867d4c595bcf64a94b704c825c2ea84 /Source/Core/Common/IniFile.cpp | |
| parent | 5fb94230cd6fab9b41420d51e27cd04a64f3dcaf (diff) | |
Various formatting and consistency fixes
Diffstat (limited to 'Source/Core/Common/IniFile.cpp')
| -rw-r--r-- | Source/Core/Common/IniFile.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/Core/Common/IniFile.cpp b/Source/Core/Common/IniFile.cpp index dda5e1ff0e..413c5dc82b 100644 --- a/Source/Core/Common/IniFile.cpp +++ b/Source/Core/Common/IniFile.cpp @@ -2,7 +2,6 @@ // Licensed under GPLv2 // Refer to the license.txt file included. - // see IniFile.h #include <algorithm> @@ -292,7 +291,6 @@ bool IniFile::GetLines(const std::string& sectionName, std::vector<std::string>* return true; } - void IniFile::SortSections() { sections.sort(); |
