]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCommand.h
nomenclWidest(): take (proper) formatting into account.
[lyx.git] / src / insets / InsetCommand.h
index 78e6d7fc5d6f6c9aba604018db08e681d9ce5220..f51f8c939a05452be85e4971ab5df44b3094772e 100644 (file)
@@ -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
        //@{