]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiIdListModel.cpp
cosmetics
[features.git] / src / frontends / qt4 / GuiIdListModel.cpp
index 17cab6b20ae0d2ee7bd0820c8ca8b5772009cd4f..929d5d3241327f41bde03ace0708e6115bb606c7 100644 (file)
@@ -138,20 +138,6 @@ int GuiIdListModel::findIDString(std::string const & idString)
        return -1;
 }
 
-
-#if 0
-// The following function is currently unused but is retained here in
-//   case it should at some point be useful.
-QStringList GuiIdListModel::getIDStringList() const
-{
-       QStringList qsl;
-       vector<OurData>::const_iterator it  = userData_.begin();
-       vector<OurData>::const_iterator end = userData_.end();
-       for (; it != end; ++it)
-               qsl.append(it->idString.toString());
-       return qsl;
-}
-#endif
 } // namespace frontend
 } // namespace lyx