X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fsupport%2Ffiletools.h;h=92c6eb57e7ec8b50edac51e06051cfb282e40067;hb=de6ff1fec2b918a0bd09f48b17a2770bfc15aef7;hp=48ebbd6046c5c174034b408cecdd415b7f95ab35;hpb=e5cc5ac2e82f6dd1939b35b138489d1a1e3d3bae;p=lyx.git diff --git a/src/support/filetools.h b/src/support/filetools.h index 48ebbd6046..92c6eb57e7 100644 --- a/src/support/filetools.h +++ b/src/support/filetools.h @@ -275,9 +275,6 @@ bool readLink(FileName const & file, FileName & link); FileName const findtexfile(std::string const & fil, std::string const & format); -/// read the BoundingBox entry from a ps/eps/pdf-file -std::string const readBB_from_PSFile(FileName const & file); - /** \param file1, file2 the two files to be compared. Must have absolute paths. * \returns 1 if \c file1 has a more recent timestamp than \c file2, * 0 if their timestamps are the same,