]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiFontLoader.cpp
A first batch of potential bugs spotted by llvm/clang
[features.git] / src / frontends / qt4 / GuiFontLoader.cpp
index 7302ff2c3b0159e3d07109084dd84026c5691e8c..b2448bebeec226a9cfd744ba63bc06de38939640 100644 (file)
@@ -131,10 +131,12 @@ QString symbolFamily(FontFamily family)
 }
 
 
+#if 0
 bool isSymbolFamily(FontFamily family)
 {
        return family >= SYMBOL_FAMILY && family <= ESINT_FAMILY;
 }
+#endif
 
 
 static bool isChosenFont(QFont & font, QString const & family)