remove mis-typo
authorHyeJin Lee <hyejin79.lee@samsung.com>
Mon, 15 Jul 2013 12:28:04 +0000 (21:28 +0900)
committerHyeJin Lee <hyejin79.lee@samsung.com>
Mon, 15 Jul 2013 12:28:04 +0000 (21:28 +0900)
Change-Id: I6c8e2740f48a76ecaba6c0d7d4abeecc92e99163

src/ui/animations/FUiAnim_AnimationManager.cpp

index e218e89..3d4cd6e 100644 (file)
@@ -342,7 +342,7 @@ _AnimationManager::RemoveAnimation(VisualElement& target, const Tizen::Base::Str
                {
                        pNode = __committedList.GetNodeAt(index);
 
-                       if (pNode)__pRootTransaction
+                       if (pNode)
                        {
                                r = pNode->RemoveChildrenAnimation(target, keyName);