diff options
author | jkh <jkh@FreeBSD.org> | 1999-04-24 01:53:55 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1999-04-24 01:53:55 +0000 |
commit | d8fc4c742dc237d71e0b51fa8fa86d3d78149238 (patch) | |
tree | 63b21dbd426cb2bb84136431ff6d2c84569c1138 /release/sysinstall/config.c | |
parent | ea6910c469a881b05def69be54c5d376017fad09 (diff) | |
download | FreeBSD-src-d8fc4c742dc237d71e0b51fa8fa86d3d78149238.zip FreeBSD-src-d8fc4c742dc237d71e0b51fa8fa86d3d78149238.tar.gz |
Remove the registration stuff; we're redoing this and the emailed
registrations have a high failure rate for various reasons.
Diffstat (limited to 'release/sysinstall/config.c')
-rw-r--r-- | release/sysinstall/config.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/release/sysinstall/config.c b/release/sysinstall/config.c index 74cd515..3ae09a1 100644 --- a/release/sysinstall/config.c +++ b/release/sysinstall/config.c @@ -4,7 +4,7 @@ * This is probably the last program in the `sysinstall' line - the next * generation being essentially a complete rewrite. * - * $Id: config.c,v 1.123 1999/02/14 07:35:27 jkh Exp $ + * $Id: config.c,v 1.124 1999/02/14 21:35:01 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -421,12 +421,6 @@ configSaverTimeout(dialogMenuItem *self) } int -configRegister(dialogMenuItem *self) -{ - return DITEM_STATUS(registerOpenDialog()) | DITEM_RESTORE; -} - -int configNTP(dialogMenuItem *self) { int status; |