From 5b43789f1b7e72043a65a68467a7f285f68b0d8f Mon Sep 17 00:00:00 2001 From: John Levon Date: Thu, 29 May 2003 23:43:40 +0000 Subject: [PATCH] remove unused bufferOwner() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7064 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 4 ++++ src/insets/insettabular.h | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index b41afc6a58..7587eaf15f 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,3 +1,7 @@ +2003-05-29 John Levon + + * insettabular.C: remove unused bufferOwner() + 2003-05-29 Lars Gullik Bjønnes * insettext.C (lockInsetInInset): adjust diff --git a/src/insets/insettabular.h b/src/insets/insettabular.h index 7fdd0bd107..dd7a91265b 100644 --- a/src/insets/insettabular.h +++ b/src/insets/insettabular.h @@ -154,8 +154,6 @@ public: /// int getMaxWidth(BufferView *, UpdatableInset const *) const; /// - Buffer * bufferOwner() const { return const_cast(buffer); } - /// LyXText * getLyXText(BufferView const *, bool const recursive = false) const; ///