mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
ColTags: Removed redundant code
This commit is contained in:
parent
b6d19ce1ad
commit
78ff1975b2
1 changed files with 1 additions and 4 deletions
|
@ -80,10 +80,7 @@ void ColumnTags::measure (Task& task, unsigned int& minimum, unsigned int& maxim
|
|||
{
|
||||
if (_style == "indicator")
|
||||
{
|
||||
if (task.has (_name))
|
||||
minimum = maximum = utf8_width (context.config.get ("tag.indicator"));
|
||||
else
|
||||
minimum = maximum = 0;
|
||||
minimum = maximum = utf8_width (context.config.get ("tag.indicator"));
|
||||
}
|
||||
else if (_style == "count")
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue