From 492c5295389440982412a58fd008b36df0537d16 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 3 Oct 2008 14:26:29 +0200 Subject: don't import mpdclient_finish_command() twice mpdclient_finish_command() is already imported by mpdclient.h, don't do it again in the sources. --- src/screen_browser.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/screen_browser.c') diff --git a/src/screen_browser.c b/src/screen_browser.c index 4457e7e59..e68e70285 100644 --- a/src/screen_browser.c +++ b/src/screen_browser.c @@ -279,8 +279,6 @@ browser_handle_enter(struct screen_browser *browser, mpdclient_t *c) #ifdef USE_OLD_ADD -/* NOTE - The add_directory functions should move to mpdclient.c */ -extern gint mpdclient_finish_command(mpdclient_t *c); static int add_directory(mpdclient_t *c, char *dir) -- cgit v1.2.3