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:
Paul Beckingham
2016-02-03 21:54:37 -05:00
parent ec4e6af00d
commit 820cc4b2e5
7 changed files with 14 additions and 21 deletions

View File

@@ -33,7 +33,6 @@
#include <Task.h>
#include <TDB2.h>
#include <Hooks.h>
#include <DOM.h>
#include <FS.h>
#include <CLI2.h>
#include <Timer.h>
@@ -85,7 +84,6 @@ public:
TDB2 tdb2;
Hooks hooks;
DOM dom;
bool determine_color_use;
bool use_color;