From b25e1a2eb4fd20ba84103549a59ea4c4a8639641 Mon Sep 17 00:00:00 2001 From: Stevoisiak Date: Thu, 13 Nov 2014 21:28:27 -0500 Subject: Various formatting and consistency fixes --- Source/Core/Common/IniFile.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'Source/Core/Common/IniFile.cpp') 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 @@ -292,7 +291,6 @@ bool IniFile::GetLines(const std::string& sectionName, std::vector* return true; } - void IniFile::SortSections() { sections.sort(); -- cgit v1.2.3