Col*: Moving code into ColTypeString base

This commit is contained in:
Paul Beckingham
2015-10-31 14:35:06 -04:00
parent de9c0b97f6
commit dc72a22887
10 changed files with 5 additions and 14 deletions

View File

@@ -38,11 +38,6 @@ extern Context context;
ColumnRecur::ColumnRecur ()
{
_name = "recur";
// This is 'string', and not 'duration' to force the value to be stored as a
// raw duration, so that it can be reevaluated every time.
_type = "string";
_style = "duration";
_label = STRING_COLUMN_LABEL_RECUR;
_styles = {"duration", "indicator"};