Nuke notifier.

This commit is contained in:
Jordan K. Hubbard 1997-06-13 09:37:25 +00:00
parent 55bdcc5909
commit 1afdaae609
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26603

View file

@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated for what's essentially a complete rewrite.
*
* $Id: variable_load.c,v 1.6 1997/06/05 09:48:03 jkh Exp $
* $Id: variable_load.c,v 1.7 1997/06/13 07:11:57 jkh Exp $
*
* Copyright (c) 1997
* Paul Traina. All rights reserved.
@ -104,8 +104,6 @@ variableLoad(dialogMenuItem *self)
fp = mediaDevice->get(mediaDevice, cp, TRUE);
if (fp) {
msgNotify("Loading %s pre-configuration file", cp);
/* Hint to others that we're running from a script, should they care */
variable_set2(VAR_NONINTERACTIVE, "YES");