Commit: 3affe30743bcafa9ff37df44a12f1bd101d98043
Parent: 5ef7f06cecc959968f71be1f603cefed2e492aa6
Author: opask
Date: Thu, 23 Aug 2018 06:54:34 -0600
remove unneeded info from version window
Diffstat:
1 file changed, 0 insertions(+), 10 deletions(-)
diff --git a/menu.c b/menu.c
@@ -8,10 +8,8 @@
static unsigned char * const version_texts[] = {
TEXT_(T_LINKS_VERSION),
- TEXT_(T_OPERATING_SYSTEM_TYPE),
TEXT_(T_OPERATING_SYSTEM_VERSION),
TEXT_(T_WORD_SIZE),
- TEXT_(T_DEBUGGING_LEVEL),
TEXT_(T_EVENT_HANDLER),
TEXT_(T_IPV6),
TEXT_(T_COMPRESSION_METHODS),
@@ -58,10 +56,6 @@ static void menu_version(void *term_)
add_to_str(&s, &l, cast_uchar "\n");
add_and_pad(&s, &l, term, *text_ptr++, maxlen);
- add_to_str(&s, &l, cast_uchar SYSTEM_NAME);
- add_to_str(&s, &l, cast_uchar "\n");
-
- add_and_pad(&s, &l, term, *text_ptr++, maxlen);
add_to_str(&s, &l, system_name);
add_to_str(&s, &l, cast_uchar "\n");
@@ -77,10 +71,6 @@ static void menu_version(void *term_)
add_to_str(&s, &l, cast_uchar "\n");
add_and_pad(&s, &l, term, *text_ptr++, maxlen);
- add_num_to_str(&s, &l, 0);
- add_to_str(&s, &l, cast_uchar "\n");
-
- add_and_pad(&s, &l, term, *text_ptr++, maxlen);
add_event_string(&s, &l, term);
add_to_str(&s, &l, cast_uchar "\n");