]> granicus.if.org Git - nethack/commitdiff
remove stale feature alert
authornhmall <mjnh@persona.ca>
Sun, 22 Mar 2015 22:11:49 +0000 (18:11 -0400)
committernhmall <mjnh@persona.ca>
Sun, 22 Mar 2015 22:11:49 +0000 (18:11 -0400)
This old feature alert from 3.3.0 is pretty stale, so remove
if from the code because everybody has probably suppressed
it by now.

/* Because 'Q' used to be quit... */
if (flags.suppress_alert < FEATURE_NOTICE_VER(3,3,0))
pline("Note: Please use #quit if you wish to exit the game.");

src/wield.c

index 9e1447bff3313a1b3901603f193042b4f0425674..c70bec6015f7c76c9861365da401caac43cf92e7 100644 (file)
@@ -1,4 +1,4 @@
-/* NetHack 3.5 wield.c $NHDT-Date$  $NHDT-Branch$:$NHDT-Revision$ */
+/* NetHack 3.5 wield.c $NHDT-Date: 1427062304 2015/03/22 22:11:44 $  $NHDT-Branch: master $:$NHDT-Revision: 1.34 $ */
 /* NetHack 3.5 wield.c $Date: 2009/05/06 10:48:14 $  $Revision: 1.31 $ */
 /*     SCCS Id: @(#)wield.c    3.5     2009/01/20      */
 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
@@ -349,10 +349,6 @@ dowieldquiver()
        /* will_weld(), touch_petrifies(), etc. */
        multi = 0;
 
-       /* Because 'Q' used to be quit... */
-       if (flags.suppress_alert < FEATURE_NOTICE_VER(3,3,0))
-               pline("Note: Please use #quit if you wish to exit the game.");
-
        /* Prompt for a new quiver */
        if (!(newquiver = getobj(quivee_types, "ready")))
                /* Cancelled */