From de82a840d22c418351036c09a7fb466d1ffb4efd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 10 Dec 2008 19:55:37 +0100 Subject: hscroll: don't compile source in ncmpc-mini mode This source is not required with --enable-mini. --- src/hscroll.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/hscroll.c') 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 #include #include -#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 -- cgit v1.2.3