]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiCharacter.cpp
Menus: Factor Toc code
[lyx.git] / src / frontends / qt4 / GuiCharacter.cpp
index c673d2d9c3fff479caca1c83b01b522c39bdab85..e01687678a95194310c2f79c96b04b54256dc8b6 100644 (file)
@@ -192,12 +192,6 @@ void fillComboColor(QComboBox * combo, QList<T> const & list)
        combo->addItem(qt_("Reset"), "inherit");
 }
 
-
-bool ColorSorter(ColorCode lhs, ColorCode rhs)
-{
-       return support::compare_no_case(lcolor.getGUIName(lhs), lcolor.getGUIName(rhs)) < 0;
-}
-
 } // namespace anon
 
 GuiCharacter::GuiCharacter(GuiView & lv)