From a40e1d524849e22edf2fb65b5c2fedbe47a59b81 Mon Sep 17 00:00:00 2001 From: Bardur Arantsson Date: Tue, 2 May 2017 19:20:57 +0200 Subject: Remove redundant "extern" on function declarations --- src/main-x11.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main-x11.c') diff --git a/src/main-x11.c b/src/main-x11.c index 99778c77..19d2ac94 100644 --- a/src/main-x11.c +++ b/src/main-x11.c @@ -555,7 +555,7 @@ int Term_queue_space(void) * * NB: The keys added here will be interpreted by any macros or keymaps. */ -errr type_string(char *str, uint len) +static errr type_string(char *str, uint len) { char *s; @@ -1740,8 +1740,6 @@ error: XSendEvent(DPY, rq->requestor, FALSE, NoEventMask, &event); } -extern errr type_string(char *str, uint len); - /* * Add the contents of the PRIMARY buffer to the input queue. * -- cgit v1.2.3