Skip to content

Commit 49e6f5e

Browse files
committed
Removed TransparentConsentSpecialFeature.java
1 parent 17d7b31 commit 49e6f5e

2 files changed

Lines changed: 0 additions & 15 deletions

File tree

src/main/java/com/uid2/operator/privacy/tcf/TransparentConsent.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,4 @@ public boolean hasConsent(int vendorId, TransparentConsentPurpose ... purposes)
3939
.reduce(0, (f, x) -> (f | (1 << x)))
4040
& requiredBits) == requiredBits;
4141
}
42-
43-
public boolean hasSpecialFeature(TransparentConsentSpecialFeature feature) {
44-
return this.tcString.getSpecialFeatureOptIns().contains(feature.value);
45-
}
4642
}

src/main/java/com/uid2/operator/privacy/tcf/TransparentConsentSpecialFeature.java

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)