aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 12:52:43 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-05-31 12:52:43 +0000
commit13f1b6f1569bb5c639ca762f6b153133173c6295 (patch)
tree8bfa31fca505c479223b1a6360c44f9ae4e899c9 /src/gpu/GrDrawState.h
parente5720e3202d83790f37c9e5104d71a190107b9a3 (diff)
Add a bunch of SK_OVERRIDES and remove and unused function
Review URL: http://codereview.appspot.com/6245072/ git-svn-id: http://skia.googlecode.com/svn/trunk@4088 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrDrawState.h')
-rw-r--r--src/gpu/GrDrawState.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index 5490b6851f..5342d9a4c7 100644
--- a/src/gpu/GrDrawState.h
+++ b/src/gpu/GrDrawState.h
@@ -671,10 +671,6 @@ public:
return 0 != (stateBit & fFlagBits);
}
- void copyStateFlags(const GrDrawState& ds) {
- fFlagBits = ds.fFlagBits;
- }
-
/**
* Flags that do not affect rendering.
*/