feedback: Remove redundant variable
This commit is contained in:
@@ -152,7 +152,6 @@ void feedback_special_tags (const Task& task, const std::string& tag)
|
|||||||
if (Context::getContext ().verbose ("special"))
|
if (Context::getContext ().verbose ("special"))
|
||||||
{
|
{
|
||||||
std::string msg;
|
std::string msg;
|
||||||
std::string explanation;
|
|
||||||
if (tag == "nocolor") msg = "The 'nocolor' special tag will disable color rules for this task.";
|
if (tag == "nocolor") msg = "The 'nocolor' special tag will disable color rules for this task.";
|
||||||
else if (tag == "nonag") msg = "The 'nonag' special tag will prevent nagging when this task is modified.";
|
else if (tag == "nonag") msg = "The 'nonag' special tag will prevent nagging when this task is modified.";
|
||||||
else if (tag == "nocal") msg = "The 'nocal' special tag will keep this task off the 'calendar' report.";
|
else if (tag == "nocal") msg = "The 'nocal' special tag will keep this task off the 'calendar' report.";
|
||||||
|
|||||||
Reference in New Issue
Block a user