]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
remove !NEW_INSETS cruft
[lyx.git] / src / support / filetools.h
index b2df54ecfcc32f7c916d717e68b8d8f70388e6b1..c373562d1ab77342d0bb87befac50912f93dfc17 100644 (file)
@@ -179,9 +179,6 @@ string const NormalizePath(string const & path);
 /// Strips path from filename
 string const OnlyFilename(string const & fname);
 
-/// Strips filename from path
-string const BasePath(string const & fname);
-
 /// Get the contents of a file as a huge string
 string const GetFileContents(string const & fname);
 
@@ -199,10 +196,10 @@ string const ReplaceEnvironmentPath(string const & path);
    Returns true if successful */
 bool LyXReadLink(string const & file, string & Link);
 
-/* Uses kpsewhich to find tex files */
+/// Uses kpsewhich to find tex files
 string const findtexfile(string const & fil, string const & format);
 
-/* remove the autosave-file and give a Message if it can't be done */
+/// remove the autosave-file and give a Message if it can't be done
 void removeAutosaveFile(string const & filename);
 
 #endif