]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
* src/frontends/qt4/QTocDialog.C (updateGui):
[lyx.git] / src / LColor.h
index e76de4536061005c482198480030ab9949c9cb5b..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(docstring 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.