summaryrefslogtreecommitdiffstats
path: root/src/js/filtering-context.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/filtering-context.js')
-rw-r--r--src/js/filtering-context.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/js/filtering-context.js b/src/js/filtering-context.js
index 5bc9aa1..6642050 100644
--- a/src/js/filtering-context.js
+++ b/src/js/filtering-context.js
@@ -135,7 +135,6 @@ export const FilteringContext = class {
}
this.tstamp = 0;
this.realm = '';
- this.id = undefined;
this.method = 0;
this.itype = NO_TYPE;
this.stype = undefined;
@@ -175,7 +174,6 @@ export const FilteringContext = class {
fromFilteringContext(other) {
this.realm = other.realm;
- this.id = other.id;
this.type = other.type;
this.method = other.method;
this.url = other.url;