aboutsummaryrefslogtreecommitdiffstats
path: root/src/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path.h b/src/path.h
index 34b726f6f..ff8372142 100644
--- a/src/path.h
+++ b/src/path.h
@@ -51,6 +51,4 @@ char * parentPath(char * path);
/* strips extra "///" and leading "/" and trailing "/" */
char * sanitizePathDup(char * path);
-char * prependCwdToPathDup(char * path);
-
#endif