aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/Benchmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/Benchmark.h')
-rw-r--r--bench/Benchmark.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/bench/Benchmark.h b/bench/Benchmark.h
index db70bbe49c..8e8eeff4f2 100644
--- a/bench/Benchmark.h
+++ b/bench/Benchmark.h
@@ -76,14 +76,6 @@ public:
fForceAlpha = alpha;
}
- void setForceAA(bool aa) {
- fForceAA = aa;
- }
-
- void setForceFilter(bool filter) {
- fForceFilter = filter;
- }
-
void setDither(SkTriState::State state) {
fDither = state;
}
@@ -115,8 +107,6 @@ protected:
private:
int fForceAlpha;
- bool fForceAA;
- bool fForceFilter;
SkTriState::State fDither;
uint32_t fOrMask, fClearMask;