X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLColor.C;h=5923d26ce8b83df3a5ac17933eb653a179b6e771;hb=e5a46922e916a06ad1b958d5895cc3cfb4f13d2c;hp=18f2a0fbd5282b4b183e420708893356fd9030e3;hpb=1189f55eae0608e153df846ea4ab0e3cb6ed3aed;p=lyx.git diff --git a/src/LColor.C b/src/LColor.C index 18f2a0fbd5..5923d26ce8 100644 --- a/src/LColor.C +++ b/src/LColor.C @@ -250,18 +250,6 @@ bool LColor::setColor(string const & lyxname, string const &x11name) } -LColor::color LColor::getFromGUIName(string const & guiname) const -{ - Pimpl::InfoTab::const_iterator it = pimpl_->infotab.begin(); - Pimpl::InfoTab::const_iterator end = pimpl_->infotab.end(); - for (; it != end; ++it) { - if (!compare_ascii_no_case(to_utf8(_(it->second.guiname)), guiname)) - return it->first; - } - return LColor::inherit; -} - - void LColor::addColor(LColor::color c, string const & lyxname) const { ColorEntry ce = { c, "", "", "", lyxname.c_str() };