fixed VC7 unreachable code warning (given even in debug build)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-01-01 01:47:19 +00:00
parent c5a1236296
commit 648d8a8720

View File

@ -1130,8 +1130,6 @@ bool wxRichTextParagraphLayoutBox::InsertFragment(long position, wxRichTextFragm
return true;
}
return false;
}
/// Make a copy of the fragment corresponding to the given range, putting it in 'fragment'.