commit 2dde90a8fe48c976c49ff934e67dd4b4ffb5f746
Author: Enrico Forestieri <[email protected]>
Date: Thu May 25 19:06:52 2017 +0200
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 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/insets/InsetFoot.h b/src/insets/InsetFoot.h
index 67755d2..67110d2 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_;