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
This commit is contained in:
Jürgen Vigna 2001-07-27 13:07:41 +00:00
parent 4f2bb26476
commit 8c645df02b
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2001-07-27 Juergen Vigna <jug@sad.it>
* inset.h: remove not used font variable in parameter.
* insetert.C (checkInsertChar): implementation of function
checkInsertChar.

View File

@ -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:
///