Remove DevelColorVisual::Property::RENDER_IF_TRANSPARENT
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / visuals / color / color-visual.h
index ba9a590..6fe1f43 100644 (file)
@@ -133,10 +133,9 @@ private:
   ColorVisual& operator=(const ColorVisual& colorRenderer);
 
 private:
-  float           mBlurRadius;          ///< The blur radius
-  Property::Index mBlurRadiusIndex;     ///< The blur radius property index
-  bool            mRenderIfTransparent; ///< Whether we should render even if the mix-color is transparent.
-  bool            mNeedBlurRadius;      ///< Whether we need the blur radius in shader.
+  float           mBlurRadius;      ///< The blur radius
+  Property::Index mBlurRadiusIndex; ///< The blur radius property index
+  bool            mNeedBlurRadius;  ///< Whether we need the blur radius in shader.
 };
 
 } // namespace Internal