summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-23 16:21:52 -0500
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2020-02-23 16:21:52 -0500
commitd6454bc999b2bbefc95b3b68c19e70569665f527 (patch)
tree92ea954eac4138a87b49679f340362ab76f4be45 /ext
parenta0b2e11c10f76844d37a3ebab1a2c8a0f4ab18a9 (diff)
Remove unused
Diffstat (limited to 'ext')
-rw-r--r--ext/mixed/js/display-generator.js3
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() {