mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
feedback: Remove redundant variable
This commit is contained in:
parent
5ad8f47000
commit
235c6614af
1 changed files with 0 additions and 1 deletions
|
@ -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.";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue