Duration: Dead code removal

This commit is contained in:
Paul Beckingham
2015-07-17 15:08:50 -04:00
parent 7ac86185e4
commit 4212e27081
2 changed files with 0 additions and 7 deletions

View File

@@ -367,9 +367,3 @@ bool Duration::parse (const std::string& input, std::string::size_type& start)
}
////////////////////////////////////////////////////////////////////////////////
void Duration::clear ()
{
_secs = 0;
}
////////////////////////////////////////////////////////////////////////////////