ColUrgency: Removed obsolete code

This commit is contained in:
Paul Beckingham
2016-01-09 23:25:40 -05:00
parent 51badfa4ee
commit 8c74495b11
2 changed files with 0 additions and 10 deletions

View File

@@ -26,12 +26,9 @@
#include <cmake.h>
#include <ColUrgency.h>
#include <Context.h>
#include <text.h>
#include <i18n.h>
extern Context context;
////////////////////////////////////////////////////////////////////////////////
ColumnUrgency::ColumnUrgency ()
{
@@ -42,11 +39,6 @@ ColumnUrgency::ColumnUrgency ()
_examples = {"4.6", "4"};
}
////////////////////////////////////////////////////////////////////////////////
ColumnUrgency::~ColumnUrgency ()
{
}
////////////////////////////////////////////////////////////////////////////////
// Set the minimum and maximum widths for the value.
void ColumnUrgency::measure (Task& task, unsigned int& minimum, unsigned int& maximum)