diff options
Diffstat (limited to '')
-rw-r--r-- | src/hscroll.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/hscroll.c b/src/hscroll.c index 2915a112c..d3e47d8e1 100644 --- a/src/hscroll.c +++ b/src/hscroll.c @@ -18,14 +18,11 @@ #include "hscroll.h" #include "charset.h" -#include "config.h" #include <assert.h> #include <ctype.h> #include <string.h> -#ifndef NCMPC_MINI - // FIXME: utf-8 length char * strscroll(char *str, char *separator, int width, scroll_state_t *st) @@ -73,5 +70,3 @@ strscroll(char *str, char *separator, int width, scroll_state_t *st) g_free(tmp); return buf; } - -#endif |