Context: Uses inline member initialization

This commit is contained in:
Paul Beckingham 2016-11-13 13:12:07 -05:00
parent 0849501ef5
commit c7cb2f26ff
2 changed files with 21 additions and 42 deletions

View file

@ -74,21 +74,6 @@ static const char* modifierNames[] =
#define NUM_MODIFIER_NAMES (sizeof (modifierNames) / sizeof (modifierNames[0]))
////////////////////////////////////////////////////////////////////////////////
Context::Context ()
: rc_file ("~/.taskrc")
, data_dir ("~/.task")
, config ()
, tdb2 ()
, determine_color_use (true)
, use_color (true)
, run_gc (true)
, verbosity_legacy (false)
, terminal_width (0)
, terminal_height (0)
{
}
////////////////////////////////////////////////////////////////////////////////
Context::~Context ()
{