ColTypeNumeric: Delegated type to base class

This commit is contained in:
Paul Beckingham
2015-10-31 15:22:25 -04:00
parent 9ea69ea802
commit 4837e9aa9d
4 changed files with 1 additions and 3 deletions

View File

@@ -37,7 +37,6 @@ extern Context context;
ColumnID::ColumnID ()
{
_name = "id";
_type = "numeric";
_style = "number";
_label = STRING_COLUMN_LABEL_ID;
_modifiable = false;