]> git.lyx.org Git - lyx.git/blobdiff - src/support/filetools.h
isome more FileName shuffling
[lyx.git] / src / support / filetools.h
index 25445a47bb491b5660f0ad24cbc0dddaf37541b8..cc9ff79bfde4ae86e9edc5bc278463e96d2a1398 100644 (file)
@@ -76,18 +76,6 @@ FileName const fileSearch(std::string const & path,
 std::vector<FileName> const dirList(FileName const & dir,
                                       std::string const & ext = std::string());
 
-/** Is directory read only?
-  returns
-    true: dir writeable
-    false: not writeable
-*/
-bool isDirWriteable(FileName const & path);
-
-/** Is a file readable ?
-  Returns true if the file `path' is readable.
- */
-bool isFileReadable(FileName const & path);
-
 ///
 bool isLyXFilename(std::string const & filename);