ColUUID: Removed obsolete code

This commit is contained in:
Paul Beckingham 2016-01-09 23:21:18 -05:00
parent f89c35f736
commit 08066b694c
2 changed files with 0 additions and 10 deletions

View file

@ -27,12 +27,9 @@
#include <cmake.h>
#include <ColUUID.h>
#include <math.h>
#include <Context.h>
#include <text.h>
#include <i18n.h>
extern Context context;
////////////////////////////////////////////////////////////////////////////////
ColumnUUID::ColumnUUID ()
{
@ -44,11 +41,6 @@ ColumnUUID::ColumnUUID ()
_examples = {"f30cb9c3-3fc0-483f-bfb2-3bf134f00694", "f30cb9c3"};
}
////////////////////////////////////////////////////////////////////////////////
ColumnUUID::~ColumnUUID ()
{
}
////////////////////////////////////////////////////////////////////////////////
// Set the minimum and maximum widths for the value.
void ColumnUUID::measure (Task&, unsigned int& minimum, unsigned int& maximum)