From 0516af0c99e333ce67996d6f0fdc8446d778853f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Tue, 23 May 2017 17:05:51 +0200 Subject: [PATCH] Revert "InsetHyperlink: inherit font (#10677)" This will be replaced with a better fix (see #10682). This reverts commit c643da99d79d1971fd5c4079955d868a40254e63. --- src/insets/InsetHyperlink.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index 78a6ddd8b3..1dd3e08e2c 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -32,8 +32,6 @@ public: /// bool hasSettings() const { return true; } /// - bool inheritFont() const { return true; } - /// bool forceLTR() const { return true; } /// bool isInToc() const { return true; } -- 2.39.2