X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCommand.h;h=f51f8c939a05452be85e4971ab5df44b3094772e;hb=1bd422355430d4753e48eee298dafaf8c1ac458f;hp=78e6d7fc5d6f6c9aba604018db08e681d9ce5220;hpb=555338048d417d4532fe954239a0e9e29dd5ee6d;p=lyx.git diff --git a/src/insets/InsetCommand.h b/src/insets/InsetCommand.h index 78e6d7fc5d..f51f8c939a 100644 --- a/src/insets/InsetCommand.h +++ b/src/insets/InsetCommand.h @@ -108,7 +108,7 @@ protected: //@{ /// Build the complete LaTeX command /// \see InsetCommandParams::getCommand - docstring const getCommand(OutputParams const & rp) const + docstring const getCommand(OutputParams const & rp) const { return p_.getCommand(rp); } /// Return the command name /// \see InsetCommandParams::getCmdName @@ -125,8 +125,6 @@ private: RenderButton & button() const { return button_; } /// This should provide the text for the button virtual docstring screenLabel() const = 0; - /// This should return true when font is inherited from text - virtual bool inheritFont() const { return false; } /// \name Static public methods obligated for InsetCommand derived classes //@{