]> git.lyx.org Git - lyx.git/blobdiff - src/support/lyxlib.h
add FileName::renameTo() method.
[lyx.git] / src / support / lyxlib.h
index f2cfaa6bdb2e80f848d5a267b7c36a3b71e944f2..b7952d2868d966a34fd4270350908a72488e9c92 100644 (file)
@@ -25,8 +25,6 @@ namespace support {
 
 /// get the current working directory
 FileName const getcwd();
-/// change to a directory, 0 is returned on success.
-int chdir(FileName const & name);
 /// Change file permissions
 bool chmod(FileName const & file, unsigned long int mode);
 /**