[Tizen] Revert "Make to use right egl image extension name in the glsl 3.x"
[platform/core/uifw/dali-adaptor.git] / dali / internal / imaging / tizen / native-image-source-impl-tizen.h
index 2fa10a8..7f48b92 100644 (file)
@@ -190,10 +190,9 @@ private:
   void DestroySurface();
 
 private:
-  const char*                         mCustomFragmentPrefix; ///< Prefix for CustomFragment
-  uint32_t                            mWidth;                ///< image width
-  uint32_t                            mHeight;               ///< image height
-  bool                                mOwnTbmSurface;        ///< Whether we created pixmap or not
+  uint32_t                            mWidth;         ///< image width
+  uint32_t                            mHeight;        ///< image height
+  bool                                mOwnTbmSurface; ///< Whether we created pixmap or not
   tbm_surface_h                       mTbmSurface;
   tbm_format                          mTbmFormat;
   bool                                mBlendingRequired;   ///< Whether blending is required