aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/wildcard.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-19 15:45:12 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2016-02-19 15:45:31 -0800
commit947f659f969b318eb7757656e28188e5d2d0f5cf (patch)
tree866487c6f6473f86d765b40362fc4d1725eb2862 /src/wildcard.h
parent8703c5bc00aa7349d65078f8b2c0c5a7a8ed9c74 (diff)
Miscellaneous cleanup and dead code removal
Noticed by cppcheck
Diffstat (limited to 'src/wildcard.h')
-rw-r--r--src/wildcard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wildcard.h b/src/wildcard.h
index 87ae147d..3a9a869f 100644
--- a/src/wildcard.h
+++ b/src/wildcard.h
@@ -77,9 +77,6 @@ int wildcard_expand_string(const wcstring &wc, const wcstring &working_directory
*/
bool wildcard_match(const wcstring &str, const wcstring &wc, bool leading_dots_fail_to_match = false);
-/* Like wildcard_match, but returns a fuzzy match type */
-enum fuzzy_match_type_t wildcard_match_fuzzy(const wcstring &str, const wcstring &wc, bool leading_dots_fail_to_match = false, enum fuzzy_match_type_t max_type = fuzzy_match_none);
-
/** Check if the specified string contains wildcards */
bool wildcard_has(const wcstring &, bool internal);
bool wildcard_has(const wchar_t *, bool internal);