From: Miroslav Lichvar Date: Tue, 8 Oct 2019 07:55:37 +0000 (+0200) Subject: drop ident strings X-Git-Tag: r0-52-22~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bce420b4437e03857d1211780c537b716dd7ee06;p=thirdparty%2Fnewt.git drop ident strings --- diff --git a/newt.c b/newt.c index da181a1..7b58f17 100644 --- a/newt.c +++ b/newt.c @@ -136,11 +136,6 @@ static const struct keymap keymap[] = { static void initKeymap(); static void freeKeymap(); -static const char ident[] = // ident friendly - "$Version: Newt windowing library v" VERSION " $" - "$Copyright: (C) 1996-2003 Red Hat, Inc. Written by Erik Troan $" - "$License: Lesser GNU Public License. $"; - static newtSuspendCallback suspendCallback = NULL; static void * suspendCallbackData = NULL; @@ -401,8 +396,6 @@ int newtInit(void) { if (strstr (lang, ".euc") != NULL) trashScreen = 1; - (void) strlen(ident); - SLutf8_enable(-1); SLtt_get_terminfo(); SLtt_get_screen_size();