aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrContext.cpp
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-17 20:44:22 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-17 20:44:22 +0000
commit9f6a557548b4aec8aa0d3345488089b3d75f471c (patch)
tree33fce74a6449062c6e41868ec2e493b386f20ac2 /src/gpu/GrContext.cpp
parentbada64428a52b4fc1f31a0a1982c2301ec57601c (diff)
Remove unused type GrCacheKey
R=robertphillips@google.com Review URL: https://codereview.appspot.com/6947074 git-svn-id: http://skia.googlecode.com/svn/trunk@6858 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrContext.cpp')
-rw-r--r--src/gpu/GrContext.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gpu/GrContext.cpp b/src/gpu/GrContext.cpp
index c39ee75519..f688b7ab67 100644
--- a/src/gpu/GrContext.cpp
+++ b/src/gpu/GrContext.cpp
@@ -209,11 +209,6 @@ void convolve_gaussian(GrDrawTarget* target,
}
-
-GrTexture* GrContext::findTexture(const GrCacheKey& key) {
- return static_cast<GrTexture*>(fTextureCache->find(key.key()));
-}
-
GrTexture* GrContext::findTexture(const GrTextureDesc& desc,
const GrCacheData& cacheData,
const GrTextureParams* params) {