Columns: Removed redundant format checking

This commit is contained in:
Paul Beckingham
2017-01-07 11:10:03 -05:00
parent ebd6273c86
commit 09562c8fac
17 changed files with 0 additions and 57 deletions

View File

@@ -153,9 +153,6 @@ void ColumnDescription::measure (Task& task, unsigned int& minimum, unsigned int
minimum = 4;
maximum = utf8_width (description) + 1 + 1 + format (task.annotation_count).length () + 1;
}
else
throw format (STRING_COLUMN_BAD_FORMAT, _name, _style);
}
////////////////////////////////////////////////////////////////////////////////