]> git.lyx.org Git - lyx.git/blobdiff - src/support/FileNameList.h
Make tab movement visible (#10733)
[lyx.git] / src / support / FileNameList.h
index 894087d881af8c4068252c25a4901ecca7cdd089..20b6a85af7fd5ad5dfe341d0aa0ed7212649bf0c 100644 (file)
@@ -28,16 +28,6 @@ class FileNameList: public std::vector<FileName>
 {
 };
 
-
-/**
- * List of filename with additional information. Used by the Bibfiles cache,
- * which needs to store, next to the real filename, the way it was entered
- * in the BibTeX inset (as abspath, relpath or texmf file)
- */
-class FileNamePairList: public std::vector<std::pair<docstring, FileName>>
-{
-};
-
 } // namespace support
 } // namespace lyx