On Wed, Jul 09, 2003 at 12:10:05PM +0200, Alfredo Braunstein wrote:
> It also cleans up the VC code a little IMHO.
> 
>  BufferView_pimpl.C    |   15 +++++------
>  BufferView_pimpl.h    |    4 ++
>  buffer.C              |   67
> +-------------------------------------------------
>  buffer.h              |   46 ++++++----------------------------
>  bufferview_funcs.C    |   11 ++++++++
>  bufferview_funcs.h    |    2 +
>  insets/insettabular.C |   17 +++++++-----
>  insets/insettabular.h |    2 +
>  lyxfunc.C             |   41 ++++++++++++++++++++++++++++--
>  lyxvc.C               |   45 +--------------------------------
>  lyxvc.h               |    3 --
>  vc-backend.C          |   17 ------------
>  vc-backend.h          |    3 --
>  13 files changed, 88 insertions(+), 185 deletions(-)

Good stuff.

>From a quick glance:

 BufferView * InsetTabular::view() const
 {
-       return buffer_->getUser();
+       Assert(false);
+       return 0;
 }

Doesn't that mean that function should be removed altogether?

Andre'

-- 
Those who desire to give up Freedom in order to gain Security, will not have,
nor do they deserve, either one.     (T. Jefferson or B. Franklin or both...)

Reply via email to