ColIMask: Removed obsolete code
This commit is contained in:
@@ -27,12 +27,9 @@
|
||||
#include <cmake.h>
|
||||
#include <ColIMask.h>
|
||||
#include <math.h>
|
||||
#include <Context.h>
|
||||
#include <text.h>
|
||||
#include <i18n.h>
|
||||
|
||||
extern Context context;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnIMask::ColumnIMask ()
|
||||
{
|
||||
@@ -44,11 +41,6 @@ ColumnIMask::ColumnIMask ()
|
||||
_examples = {"12"};
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
ColumnIMask::~ColumnIMask ()
|
||||
{
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
// Set the minimum and maximum widths for the value.
|
||||
void ColumnIMask::measure (Task& task, unsigned int& minimum, unsigned int& maximum)
|
||||
|
||||
Reference in New Issue
Block a user