mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
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:
parent
4f2bb26476
commit
8c645df02b
@ -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.
|
||||
|
||||
|
@ -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:
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user