aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleCode.h
diff options
context:
space:
mode:
Diffstat (limited to 'samplecode/SampleCode.h')
-rw-r--r--samplecode/SampleCode.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/samplecode/SampleCode.h b/samplecode/SampleCode.h
index 7c0452a90a..26a8207ddc 100644
--- a/samplecode/SampleCode.h
+++ b/samplecode/SampleCode.h
@@ -109,8 +109,7 @@ public:
: fPipeState(SkOSMenu::kOffState)
, fBGColor(SK_ColorWHITE)
, fRepeatCount(1)
- , fDebugHitTest(false) {
- }
+ {}
void setBGColor(SkColor color) { fBGColor = color; }
@@ -145,9 +144,6 @@ protected:
private:
int fRepeatCount;
- bool fDebugHitTest;
- SkIPoint fDebugHitTestLoc;
-
typedef SkView INHERITED;
};