mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Removed unclear comment.
This commit is contained in:
parent
8dbab54a52
commit
4039940ec1
@ -104,7 +104,6 @@ void CConfigParser::SetBuiltInVariables(const std::wstring& filename, const std:
|
|||||||
SetBuiltInVariable(CURRENTSECTION, L"");
|
SetBuiltInVariable(CURRENTSECTION, L"");
|
||||||
m_CurrentSection = &((*m_BuiltInVariables.find(CURRENTSECTION)).second); // shortcut
|
m_CurrentSection = &((*m_BuiltInVariables.find(CURRENTSECTION)).second); // shortcut
|
||||||
|
|
||||||
// Following built-in variables are overridable by normal variable.
|
|
||||||
if (resourcePath)
|
if (resourcePath)
|
||||||
{
|
{
|
||||||
SetVariable(L"@", *resourcePath);
|
SetVariable(L"@", *resourcePath);
|
||||||
|
Loading…
Reference in New Issue
Block a user