aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/highlight.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-17 16:25:19 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-18 17:00:26 -0800
commit43e1c0a2bf0898a23950c740de9fcba2991f1aaf (patch)
treea05a6c85a4e64391eb3aad2d03fd3d85de442943 /src/highlight.h
parent99e18d9cef17a9e5ef3b0cefc88c2f8f54c38bf5 (diff)
Remove some newly dead code
out_suggested_cdpath is no longer required from is_potential_path
Diffstat (limited to 'src/highlight.h')
-rw-r--r--src/highlight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/highlight.h b/src/highlight.h
index 22021ba1..161b4b73 100644
--- a/src/highlight.h
+++ b/src/highlight.h
@@ -126,7 +126,7 @@ enum
PATH_EXPAND_TILDE = 1 << 1
};
typedef unsigned int path_flags_t;
-bool is_potential_path(const wcstring &const_path, const wcstring_list_t &directories, path_flags_t flags, wcstring *out_suggested_cdpath = NULL);
+bool is_potential_path(const wcstring &const_path, const wcstring_list_t &directories, path_flags_t flags);
#endif