]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
CMake: fix merged build, seems GCC could not handle the namespaces correctly
[lyx.git] / src / support / filetools.h
index dadde24c5d3320aaeb01f9c9aa78161b90f47a3a..782ba2cc31773218b868d3441b116d849d3a1655 100644 (file)
@@ -4,7 +4,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author Lars Gullik Bjønnes
+ * \author Lars Gullik Bjønnes
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -250,9 +250,6 @@ bool readLink(FileName const & file, FileName & link);
 FileName const findtexfile(std::string const & fil,
                              std::string const & format);
 
-/// remove the autosave-file and give a Message if it can't be done
-void removeAutosaveFile(std::string const & filename);
-
 /// read the BoundingBox entry from a ps/eps/pdf-file
 std::string const readBB_from_PSFile(FileName const & file);