summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-11 09:43:24 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-11 09:43:24 +0100
commitd8ca3e01def8fa54b0e60f3391fd8568ec3ca7da (patch)
tree9ff4fc3bcabd5bfe77205be22139437c965fa613 /source
parent19b023b221b03a0e322696be8234170ab90984ec (diff)
fzf matching remove debug
Diffstat (limited to 'source')
-rw-r--r--source/helper.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/helper.c b/source/helper.c
index 72105352..56afdc7c 100644
--- a/source/helper.c
+++ b/source/helper.c
@@ -834,9 +834,6 @@ int rofi_scorer_fuzzy_evaluate ( const char *pattern, glong plen, const char *st
if ( slen > FUZZY_SCORER_MAX_LENGTH ) {
return -MIN_SCORE;
}
- if ( plen == 5 ) {
- plen = plen;
- }
glong pi, si;
// whether we are aligning the first character of pattern
gboolean pfirst = TRUE;