Kaydet (Commit) eff36c99 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1027390 Logically dead code

Change-Id: Ie2d375093828cc2b0f9ca20b360a8fe8a5032dcf
üst a4d5f7d0
...@@ -500,7 +500,7 @@ void LinePropertyPanel::NotifyItemUpdate( ...@@ -500,7 +500,7 @@ void LinePropertyPanel::NotifyItemUpdate(
if(pItem) if(pItem)
{ {
mpStartItem.reset(pItem ? (XLineStartItem*)pItem->Clone() : 0); mpStartItem.reset((XLineStartItem*)pItem->Clone());
SelectEndStyle(true); SelectEndStyle(true);
break; break;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment