No changes, just remove an extra pair of braces in wxHTML code.

See #15348.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74568 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2013-07-17 17:27:04 +00:00
parent 4e2a1db748
commit 4cdb8e430c

View File

@@ -124,7 +124,6 @@ wxHtmlLinkInfo *wxHtmlImageMapAreaCell::GetLink( int x, int y ) const
}
break;
case POLY:
{
if (coords.GetCount() >= 6)
{
int intersects = 0;
@@ -206,7 +205,6 @@ wxHtmlLinkInfo *wxHtmlImageMapAreaCell::GetLink( int x, int y ) const
return m_Link;
}
}
}
break;
}