]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/qfont_loader.C
rename LFUN enum values according to their command (as used in th minibuffer/bind...
[lyx.git] / src / frontends / qt4 / qfont_loader.C
index 50a600116a0624ffcea25354e7668b999531147c..a822680b47fbfb229fee86f0b7a0fdfadf143582 100644 (file)
 #endif
 
 using lyx::support::contains;
-using lyx::support::LibFileSearch;
-using lyx::support::OnlyPath;
-using lyx::support::QuoteName;
-using lyx::support::Systemcall;
 
 using std::endl;
 using std::make_pair;
@@ -239,9 +235,9 @@ FontLoader::FontLoader()
 
 void FontLoader::update()
 {
-       for (int i1 = 0; i1 < LyXFont::NUM_FAMILIES; ++i1) 
-               for (int i2 = 0; i2 < 2; ++i2) 
-                       for (int i3 = 0; i3 < 4; ++i3) 
+       for (int i1 = 0; i1 < LyXFont::NUM_FAMILIES; ++i1)
+               for (int i2 = 0; i2 < 2; ++i2)
+                       for (int i3 = 0; i3 < 4; ++i3)
                                for (int i4 = 0; i4 < 10; ++i4) {
                                        delete fontinfo_[i1][i2][i3][i4];
                                        fontinfo_[i1][i2][i3][i4] = 0;