Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/menuc Backout previous - our pool is zeroed, no need...
details: https://anonhg.NetBSD.org/src/rev/a81722294321
branches: trunk
changeset: 450404:a81722294321
user: martin <martin%NetBSD.org@localhost>
date: Fri Apr 12 15:59:34 2019 +0000
description:
Backout previous - our pool is zeroed, no need to reinitializ here.
diffstat:
usr.bin/menuc/menu_sys.def | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diffs (20 lines):
diff -r f3d7a2ffa666 -r a81722294321 usr.bin/menuc/menu_sys.def
--- a/usr.bin/menuc/menu_sys.def Fri Apr 12 15:47:41 2019 +0000
+++ b/usr.bin/menuc/menu_sys.def Fri Apr 12 15:59:34 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: menu_sys.def,v 1.68 2019/04/12 15:47:41 martin Exp $ */
+/* $NetBSD: menu_sys.def,v 1.69 2019/04/12 15:59:34 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -879,10 +879,6 @@
#endif
m->opts = opts;
m->numopts = numopts;
- m->cursel = 0;
- m->topline = 0;
- m->mw = NULL;
- m->sv_mw = NULL;
m->x = x;
m->y = y;
m->h = h;
Home |
Main Index |
Thread Index |
Old Index