diff --git a/src/insets/InsetHyperlink.h b/src/insets/InsetHyperlink.h index cfbc51e1c6..999e3753c0 100644 --- a/src/insets/InsetHyperlink.h +++ b/src/insets/InsetHyperlink.h @@ -32,8 +32,6 @@ public: /// bool hasSettings() const override { return true; } /// - bool forceLTR(OutputParams const &) const override { return true; } - /// bool isInToc() const override { return true; } /// void toString(odocstream &) const override;