]> git.lyx.org Git - features.git/commitdiff
unneeded
authorAndré Pönitz <poenitz@gmx.net>
Fri, 30 Nov 2007 22:18:37 +0000 (22:18 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Fri, 30 Nov 2007 22:18:37 +0000 (22:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21888 a592a061-630c-0410-9148-cb99ea01b6c8

src/Color.cpp
src/factory.cpp

index 3aa3921561ae96c97ca5a6b88709426bc1f15d2f..95074309c8191cb07eb65aba4e753cf493ba123f 100644 (file)
@@ -45,7 +45,6 @@ using std::endl;
 
 namespace lyx {
 
-using support::compare_ascii_no_case;
 using support::ascii_lowercase;
 
 struct ColorSet::ColorEntry {
index 53d5f83086ddf3f4be020adac17733925228b597..0f3ebb6152721cff841b9e4d0089656c1fbf9055 100644 (file)
@@ -76,8 +76,6 @@ namespace lyx {
 
 namespace Alert = frontend::Alert;
 
-using support::compare_ascii_no_case;
-
 
 Inset * createInset(Buffer & buf, FuncRequest const & cmd)
 {