Am Samstag, 16. September 2006 15:20 schrieb Abdelrazak Younes:
> Comments?
>
> Abdel.
> delete_BufferView_text_method.patch
> Index: src/BufferView.C
> ===================================================================
> --- src/BufferView.C (revision 15013)
> +++ src/BufferView.C (working copy)
> @@ -1208,12 +1208,6 @@
> }
>
>
> -LyXText * BufferView::text() const
> -{
> - return buffer_ ? &buffer_->text() : 0;
Did you make sure that the test for buffer_ != 0 is done in the caller at
all places?
Georg