remove unused bufferOwner()

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7064 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-05-29 23:43:40 +00:00
parent 83e37d57dd
commit 5b43789f1b
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-05-29 John Levon <levon@movementarian.org>
* insettabular.C: remove unused bufferOwner()
2003-05-29 Lars Gullik Bjønnes <larsbj@gullik.net>
* insettext.C (lockInsetInInset): adjust

View File

@ -154,8 +154,6 @@ public:
///
int getMaxWidth(BufferView *, UpdatableInset const *) const;
///
Buffer * bufferOwner() const { return const_cast<Buffer *>(buffer); }
///
LyXText * getLyXText(BufferView const *,
bool const recursive = false) const;
///