X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-instruction-container.h;h=1bcff8b3c702247813c339869fb5af9c46a895c4;hb=c17d02729a43a3f76fff1d56ea2c9bb01a23d99a;hp=918124369b92423ad8f28fa11725529d2ddafc72;hpb=06617b41a0b14f63c0da57b10a67f51ae4740243;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-instruction-container.h b/dali/internal/render/common/render-instruction-container.h index 9181243..1bcff8b 100644 --- a/dali/internal/render/common/render-instruction-container.h +++ b/dali/internal/render/common/render-instruction-container.h @@ -76,12 +76,6 @@ public: */ RenderInstruction& At( BufferIndex bufferIndex, size_t index ); - /** - * Discard the current container index - * @param bufferIndex to reset - */ - void DiscardCurrentInstruction( BufferIndex bufferIndex ); - private: unsigned int mIndex[ 2 ]; ///< count of the elements that have been added