From: John Levon Date: Thu, 29 May 2003 23:43:40 +0000 (+0000) Subject: remove unused bufferOwner() X-Git-Tag: 1.6.10~16728 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=5b43789f1b7e72043a65a68467a7f285f68b0d8f;p=lyx.git remove unused bufferOwner() git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7064 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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; ///