X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fupdate%2Fnodes%2Fnode.h;h=a99129ba829b70db997e5fd4dd36992816787761;hb=0ec8b37a80208c66d87e4322092d40694092bf81;hp=761153153c65c8faee9732ae224fa30d92863a8b;hpb=adae31cf70bdeed19789edc694d4baaf2fc67f21;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/update/nodes/node.h b/dali/internal/update/nodes/node.h index 7611531..a99129b 100644 --- a/dali/internal/update/nodes/node.h +++ b/dali/internal/update/nodes/node.h @@ -918,12 +918,6 @@ public: */ void ResetDirtyFlags(BufferIndex updateBufferIndex); - /** - * Update uniform hash - * @param[in] bufferIndex The buffer to read from. - */ - void UpdateUniformHash(BufferIndex bufferIndex); - protected: /** * Set the parent of a Node. @@ -1007,7 +1001,6 @@ public: // Default properties InheritedColor mWorldColor; ///< Full inherited color Vector4 mUpdateAreaHint; ///< Update area hint is provided for damaged area calculation. (x, y, width, height) - uint64_t mUniformsHash{0u}; ///< Hash of uniform map property values uint32_t mClippingSortModifier; ///< Contains bit-packed clipping information for quick access when sorting const uint32_t mId; ///< The Unique ID of the node.