Task: Improved CppCoreGuideline compliance

This commit is contained in:
Paul Beckingham
2016-01-31 16:05:00 -05:00
parent 08b7b5b800
commit 15373daf85
2 changed files with 8 additions and 23 deletions

View File

@@ -88,18 +88,6 @@ std::map <std::string, std::vector <std::string>> Task::customOrder;
static const std::string dummy ("");
////////////////////////////////////////////////////////////////////////////////
Task::Task ()
: data ()
, id (0)
, urgency_value (0.0)
, recalc_urgency (true)
, is_blocked (false)
, is_blocking (false)
, annotation_count (0)
{
}
////////////////////////////////////////////////////////////////////////////////
// The uuid and id attributes must be exempt from comparison.
//