diff options
Diffstat (limited to 'include/private/GrTextureProxy.h')
-rw-r--r-- | include/private/GrTextureProxy.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/private/GrTextureProxy.h b/include/private/GrTextureProxy.h index a761dca0c2..cc1148a3f4 100644 --- a/include/private/GrTextureProxy.h +++ b/include/private/GrTextureProxy.h @@ -29,14 +29,6 @@ public: GrSamplerState::Filter highestFilterMode() const; - GrSLType imageStorageType() const { - if (GrPixelConfigIsSint(this->config())) { - return kIImageStorage2D_GrSLType; - } else { - return kImageStorage2D_GrSLType; - } - } - GrMipMapped mipMapped() const { return fMipMapped; } /** |