diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-23 16:21:52 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-23 16:21:52 -0500 |
commit | d6454bc999b2bbefc95b3b68c19e70569665f527 (patch) | |
tree | 92ea954eac4138a87b49679f340362ab76f4be45 /ext/mixed/js | |
parent | a0b2e11c10f76844d37a3ebab1a2c8a0f4ab18a9 (diff) |
Remove unused
Diffstat (limited to 'ext/mixed/js')
-rw-r--r-- | ext/mixed/js/display-generator.js | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mixed/js/display-generator.js b/ext/mixed/js/display-generator.js index 5023c191..d7e77cc0 100644 --- a/ext/mixed/js/display-generator.js +++ b/ext/mixed/js/display-generator.js @@ -21,9 +21,6 @@ class DisplayGenerator { constructor() { this._templateHandler = null; - - this._tagTemplate = null; - this._tagFrequencyTemplate = null; } async prepare() { |