X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-instruction-container.cpp;h=3cbff8a047373ff171b4f1db3b51c1f4b6abb76b;hb=8de2cdd703023a03c6a55928d90fec4bd5874dc1;hp=9b16af87ea1e2d941e886a7beb03d2fa6b11f9ef;hpb=3f144756eeb5e99e23ec61e6d4902932397da6b8;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-instruction-container.cpp b/dali/internal/render/common/render-instruction-container.cpp index 9b16af8..3cbff8a 100644 --- a/dali/internal/render/common/render-instruction-container.cpp +++ b/dali/internal/render/common/render-instruction-container.cpp @@ -80,10 +80,6 @@ RenderInstruction& RenderInstructionContainer::At( BufferIndex bufferIndex, size return *mInstructions[ bufferIndex ][ index ]; } -void RenderInstructionContainer::DiscardCurrentInstruction( BufferIndex bufferIndex ) -{ - mIndex[ bufferIndex ]--; -} } // namespace SceneGraph