]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed VC7 unreachable code warning (given even in debug build)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jan 2006 01:47:19 +0000 (01:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 1 Jan 2006 01:47:19 +0000 (01:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/richtext/richtextbuffer.cpp

index 81dbf40eed5036541fb176ac61c8c9586b85fd34..dd30e8ce1a66e54f20919e2c902c6c788b5d77a8 100644 (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'.