]> git.lyx.org Git - features.git/commitdiff
Remove unused font variable which caused a warning.
authorJürgen Vigna <jug@sad.it>
Fri, 27 Jul 2001 13:07:41 +0000 (13:07 +0000)
committerJürgen Vigna <jug@sad.it>
Fri, 27 Jul 2001 13:07:41 +0000 (13:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2369 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/ChangeLog
src/insets/inset.h

index 801707c1b52cc41350565f014238aa7ce41ab280..98a374f31a2a0fc7daec1fb4fb5119a8bd58364d 100644 (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.
 
index cd778db2bdffb07bc94acaa6808ea4e7bae521df..3bb8c202550b1e02ec6cc010e03d739bafb06030 100644 (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:
        ///