[dali_1.1.33] Merge branch 'devel/master'
[platform/core/uifw/dali-core.git] / dali / internal / render / gl-resources / compressed-bitmap-texture.h
index 47f4009..035abb4 100644 (file)
@@ -122,7 +122,6 @@ private:
 
 private:
   Internal::BitmapCompressedPtr mBitmap;      ///< The Bitmap the Texture was created from (may be NULL)
-  ResourcePolicy::Discardable mDiscardPolicy;
   Pixel::Format  mPixelFormat;
 
   // Changes scope, should be at end of class