shut off a warning

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2111 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2001-06-13 12:01:46 +00:00
parent f3c49c0a05
commit 3f11b9242b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-06-13 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
* lyxinset.h (resizeLyXText): shut off warning about unused
parameter "force"
2001-06-07 Juergen Vigna <jug@sad.it>
* insettext.C (resizeLyXText): honor the new force flag.

View File

@ -228,7 +228,7 @@ public:
///
virtual void deleteLyXText(BufferView *, bool = true) const {}
///
virtual void resizeLyXText(BufferView *, bool force = false) const {}
virtual void resizeLyXText(BufferView *, bool /*force*/= false) const {}
/// returns the actuall scroll-value
virtual int scroll(bool recursive=true) const {
if (!recursive || !owner_)