aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawState.h
diff options
context:
space:
mode:
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.
*/