X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fsystem%2Fcommon%2Fenvironment-options.h;h=253ea7e417b9f65f08a8f3b9c23c52ed93b07bf7;hp=3fe351b8377800a6e1cf4578259e3581e5660007;hb=573600ba751204639c5ee68a528f2b72acf8385c;hpb=6ca7dbaddcb7e68e587cb649b9df3681dddf13a8 diff --git a/dali/internal/system/common/environment-options.h b/dali/internal/system/common/environment-options.h old mode 100755 new mode 100644 index 3fe351b..253ea7e --- a/dali/internal/system/common/environment-options.h +++ b/dali/internal/system/common/environment-options.h @@ -291,11 +291,6 @@ public: */ bool StencilBufferRequired() const; - /** - * @return whether the partial update is available. - */ - bool PartialUpdateAvailable() const; - /// Deleted copy constructor. EnvironmentOptions( const EnvironmentOptions& ) = delete; @@ -358,7 +353,6 @@ private: // Data bool mGlesCallAccumulate; ///< Whether or not to accumulate gles call statistics bool mDepthBufferRequired; ///< Whether the depth buffer is required bool mStencilBufferRequired; ///< Whether the stencil buffer is required - bool mPartialUpdateAvailable; ///< whether the partial update is available std::unique_ptr mTraceManager; ///< TraceManager };