changeset 15074:2cb76b2b8b29

delete obsolete directory functions declarations * dirfcns.h (polite_directory_format, base_pathname, make_absolute, get_working_directory): Delete obsolete decls.
author John W. Eaton <jwe@octave.org>
date Tue, 31 Jul 2012 20:39:08 -0400
parents aa64715164dc
children b62b0b85369c
files src/dirfns.h
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/dirfns.h	Tue Jul 31 20:34:46 2012 -0400
+++ b/src/dirfns.h	Tue Jul 31 20:39:08 2012 -0400
@@ -29,11 +29,6 @@
 
 #include "oct-time.h"
 
-extern std::string polite_directory_format (const std::string&);
-extern std::string base_pathname (const std::string&);
-extern std::string make_absolute (const std::string&, const std::string&);
-extern std::string get_working_directory (const std::string&);
-
 // The time we last time we changed directories.
 extern octave_time Vlast_chdir_time;