From 4039940ec10081bf78ca5afc144af4c0e525eaba Mon Sep 17 00:00:00 2001 From: spx Date: Mon, 21 May 2012 06:46:22 -0700 Subject: [PATCH] Removed unclear comment. --- Library/ConfigParser.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/ConfigParser.cpp b/Library/ConfigParser.cpp index a708e306..d2fa7cd3 100644 --- a/Library/ConfigParser.cpp +++ b/Library/ConfigParser.cpp @@ -104,7 +104,6 @@ void CConfigParser::SetBuiltInVariables(const std::wstring& filename, const std: SetBuiltInVariable(CURRENTSECTION, L""); m_CurrentSection = &((*m_BuiltInVariables.find(CURRENTSECTION)).second); // shortcut - // Following built-in variables are overridable by normal variable. if (resourcePath) { SetVariable(L"@", *resourcePath);