ColStatus: Removed obsolete code

This commit is contained in:
Paul Beckingham
2016-01-09 23:16:02 -05:00
parent 38b04f4632
commit 1a7adea217
2 changed files with 0 additions and 10 deletions

View File

@@ -26,13 +26,10 @@
#include <cmake.h>
#include <ColStatus.h>
#include <Context.h>
#include <text.h>
#include <i18n.h>
#include <utf8.h>
extern Context context;
////////////////////////////////////////////////////////////////////////////////
ColumnStatus::ColumnStatus ()
{
@@ -44,11 +41,6 @@ ColumnStatus::ColumnStatus ()
STRING_COLUMN_LABEL_STAT_P};
}
////////////////////////////////////////////////////////////////////////////////
ColumnStatus::~ColumnStatus ()
{
}
////////////////////////////////////////////////////////////////////////////////
// Overriden so that style <----> label are linked.
// Note that you can not determine which gets called first.