From 2dde90a8fe48c976c49ff934e67dd4b4ffb5f746 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Thu, 25 May 2017 19:06:52 +0200 Subject: [PATCH] Revert 3ceb5034 This does not work when the footnote contains multiple paragraphs and the font properties are changed outside the inset. --- src/insets/InsetFoot.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h index 67755d2cb5..67110d2574 100644 --- a/src/insets/InsetFoot.h +++ b/src/insets/InsetFoot.h @@ -43,8 +43,6 @@ private: /// Inset * clone() const { return new InsetFoot(*this); } /// - bool inheritFont() const { return true; } - /// docstring custom_label_; /// bool intitle_;