ColEntry: Removed obsolete code
This commit is contained in:
@@ -35,11 +35,6 @@ ColumnEntry::ColumnEntry ()
|
|||||||
_label = STRING_COLUMN_LABEL_ADDED;
|
_label = STRING_COLUMN_LABEL_ADDED;
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
ColumnEntry::~ColumnEntry ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Overriden so that style <----> label are linked.
|
// Overriden so that style <----> label are linked.
|
||||||
// Note that you can not determine which gets called first.
|
// Note that you can not determine which gets called first.
|
||||||
|
|||||||
@@ -33,8 +33,6 @@ class ColumnEntry : public ColumnTypeDate
|
|||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ColumnEntry ();
|
ColumnEntry ();
|
||||||
~ColumnEntry ();
|
|
||||||
|
|
||||||
void setStyle (const std::string&);
|
void setStyle (const std::string&);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user