Drop unnecessary prototype

The function is defined directly after.
This commit is contained in:
Christian Göttsche 2022-08-05 17:40:33 +02:00 committed by Serge Hallyn
parent ae38d3a87f
commit 4c641c1f2a

View File

@ -16,9 +16,6 @@
#ident "$Id$"
/* local function prototypes */
static bool is_listed (const char *cfgin, const char *tty, bool def);
/*
* This is now rather generic function which decides if "tty" is listed
* under "cfgin" in config (directly or indirectly). Fallback to default if