From: Jürgen Vigna Date: Fri, 27 Jul 2001 13:07:41 +0000 (+0000) Subject: Remove unused font variable which caused a warning. X-Git-Tag: 1.6.10~20976 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=8c645df02bd0fae20d4a492665151774e96943d4;p=features.git Remove unused font variable which caused a warning. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2369 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 801707c1b5..98a374f31a 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,5 +1,7 @@ 2001-07-27 Juergen Vigna + * inset.h: remove not used font variable in parameter. + * insetert.C (checkInsertChar): implementation of function checkInsertChar. diff --git a/src/insets/inset.h b/src/insets/inset.h index cd778db2bd..3bb8c20255 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -289,7 +289,7 @@ public: virtual void close(BufferView *) {} /// check if the font of the char we want inserting is correct /// and modify it if it is not. - virtual bool checkInsertChar(LyXFont & font) { return true; } + virtual bool checkInsertChar(LyXFont &) { return true; } protected: ///