Eliminated unreachable code warning in VC++
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16997 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1012,11 +1012,8 @@ bool wxGridCellFloatEditor::EndEdit(int row, int col,
|
|||||||
|
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
void wxGridCellFloatEditor::Reset()
|
void wxGridCellFloatEditor::Reset()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user