diff --git a/libmisc/console.c b/libmisc/console.c index 4720e3e1..c475aa23 100644 --- a/libmisc/console.c +++ b/libmisc/console.c @@ -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