Column: Removed ::can_modify, which is moot

This commit is contained in:
Paul Beckingham 2015-10-31 11:14:23 -04:00
parent 2ff8d8329f
commit 6baff92b5a
3 changed files with 4 additions and 8 deletions

View file

@ -265,10 +265,3 @@ bool Column::validate (std::string& input)
}
////////////////////////////////////////////////////////////////////////////////
// No L10N.
bool Column::can_modify ()
{
return false;
}
////////////////////////////////////////////////////////////////////////////////