]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
* output_plaintext.C: cosmetics in comment: line length cannot be < 0
[lyx.git] / src / LColor.h
index d11b291ecbc83957c1e50c077e14c90e59632f66..d7ca132759fc7d485e5397883d1463fcd776dc74 100644 (file)
@@ -215,8 +215,6 @@ public:
        /// Get the LyX name of \c color.
        std::string const getLyXName(LColor::color c) const;
 
-       /// \returns the LColor::color associated with the GUI name.
-       LColor::color getFromGUIName(std::string const & guiname) const;
        /// \returns the LColor::color associated with the LyX name.
        LColor::color getFromLyXName(std::string const & lyxname) const;
        /// \returns the LColor::color associated with the LaTeX name.