From 648d8a8720f1f240224be32bbfcfd9f9f88a7244 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 1 Jan 2006 01:47:19 +0000 Subject: [PATCH] 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 --- src/richtext/richtextbuffer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/richtext/richtextbuffer.cpp b/src/richtext/richtextbuffer.cpp index 81dbf40eed..dd30e8ce1a 100644 --- a/src/richtext/richtextbuffer.cpp +++ b/src/richtext/richtextbuffer.cpp @@ -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'. -- 2.45.2