aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypes.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-10-24 12:46:56 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-24 12:46:57 -0700
commita0036c6e337f02b6553fca0e2f2c73e9b47fc23b (patch)
tree7f3eff56fb364b26a99e7a47e69d657d10d8cfdd /include/gpu/GrTypes.h
parente79a2dab91a90e26b13bc1ec9b8c6264a1ab22e4 (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)