Revert warning if BANNER is used after a banner has already been issued.

https://dianne.skoll.ca/pipermail/remind-fans/2025/005268.html
This commit is contained in:
Dianne Skoll
2025-11-02 12:21:12 -05:00
parent 7d3e6b3a72
commit 52c615ff61
2 changed files with 0 additions and 5 deletions

View File

@@ -1486,10 +1486,6 @@ static int DoBanner(ParsePtr p)
}
if (!c) return E_EOLN;
if (DidMsgReminder) {
Wprint(tr("Banner has already been issued; this BANNER command will have no effect"));
}
while(c) {
if (DBufPutc(&buf, c) != OK) return E_NO_MEM;
c = ParseChar(p, &err, 0);

View File

@@ -25085,7 +25085,6 @@ TRANSLATE "%s(%d): IF without ENDIF" ""
TRANSLATE "%s(%s): ["["]#%d] %s function `%s'" ""
TRANSLATE "(Security note: $RunOff variable tested.)" ""
TRANSLATE "Accepting \"%s\" for $Latitude/$Longitude, but you should use the \"C\" locale decimal separator \".\" instead" ""
TRANSLATE "Banner has already been issued; this BANNER command will have no effect" ""
TRANSLATE "Caching directory `%s' listing" ""
TRANSLATE "Caching file `%s' in memory" ""
TRANSLATE "Called from" ""