aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypes.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-23 06:56:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-23 06:56:55 -0700
commit7fdffe41494cbd78a8ee2a6ef0509e46ec77039f (patch)
treeb51b58dd8e9382f113c37e8d74112a925598464f /include/gpu/GrTypes.h
parent58a654452f3f75c701db2f8cef1d96946a08677a (diff)
Delete unused method aliases and texture flag.
Diffstat (limited to 'include/gpu/GrTypes.h')
-rw-r--r--include/gpu/GrTypes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 1f5f9179b9..e9c5db00ea 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -444,9 +444,6 @@ enum GrTextureFlags {
* should be verified.
*/
kCheckAllocation_GrTextureFlagBit = 0x8,
-
- kDummy_GrTextureFlagBit,
- kLastPublic_GrTextureFlagBit = kDummy_GrTextureFlagBit-1,
};
GR_MAKE_BITFIELD_OPS(GrTextureFlags)