mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
DOM: Demoted from class to functions
- The DOM object contains no members, and only two (effectively) const methods. Demoting DOM to function calls reduces coupling with Context.
This commit is contained in:
parent
ec4e6af00d
commit
820cc4b2e5
7 changed files with 14 additions and 21 deletions
|
@ -71,7 +71,6 @@ Context::Context ()
|
|||
, data_dir ("~/.task")
|
||||
, config ()
|
||||
, tdb2 ()
|
||||
, dom ()
|
||||
, determine_color_use (true)
|
||||
, use_color (true)
|
||||
, run_gc (true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue