From bce420b4437e03857d1211780c537b716dd7ee06 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Oct 08 2019 08:11:36 +0000 Subject: 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();