From 8aa0eee33a81eea8e77a57d07dd6b36401e8f359 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Vigna?= Date: Fri, 27 Jul 2001 13:10:03 +0000 Subject: [PATCH] Remove checkInsertChar in UpdatableInset as it should not be needed there. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2370 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/ChangeLog | 2 ++ src/insets/inset.h | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/insets/ChangeLog b/src/insets/ChangeLog index 98a374f31a..13fc1ad36f 100644 --- a/src/insets/ChangeLog +++ b/src/insets/ChangeLog @@ -1,6 +1,8 @@ 2001-07-27 Juergen Vigna * inset.h: remove not used font variable in parameter. + removed checkInsertChar in UpdatableInset as it was equal to + the one in Inset and so not needed. * insetert.C (checkInsertChar): implementation of function checkInsertChar. diff --git a/src/insets/inset.h b/src/insets/inset.h index 3bb8c20255..984792a0da 100644 --- a/src/insets/inset.h +++ b/src/insets/inset.h @@ -447,9 +447,6 @@ public: virtual bool nodraw() const { return block_drawing_; } - /// 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; } /// // needed for spellchecking text /// -- 2.39.2