From 74ee653d24e01541dbfd0b8a4eeef31b8dbbe41f Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 6 Apr 2016 21:32:36 +1000 Subject: [PATCH] Remove unnecessary extern declaration of ov_server() It is declared in output.h, which is already included by status.c. --- source/status.c | 1 - 1 file changed, 1 deletion(-) diff --git a/source/status.c b/source/status.c index 14c30b8..5e800a7 100644 --- a/source/status.c +++ b/source/status.c @@ -1590,7 +1590,6 @@ static char *status_lastjoin (Window *window) static char *status_newserver (Window *window) { -extern char *ov_server(int); if (window->server != -1) return ov_server(window->server); RETURN_EMPTY;