mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 18:08:10 +00:00
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:
parent
83e37d57dd
commit
5b43789f1b
@ -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
|
||||
|
@ -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;
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user