From: H.G.Muller Date: Wed, 6 Jul 2022 20:02:55 +0000 (+0200) Subject: Remove some needless translation macros X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=e8e700540ea2aea1f03e3ceb3cb75e2ea6034fae;p=xboard.git Remove some needless translation macros The function SayString subjects its arguments to translation itself. --- diff --git a/winboard/jaws.c b/winboard/jaws.c index 6c1a4cc..3a9ab81 100644 --- a/winboard/jaws.c +++ b/winboard/jaws.c @@ -849,17 +849,17 @@ SayPieceType(char id) int f, r, nr = 0; ChessSquare piece = CharToPiece(id); if(piece == EmptySquare) { - SayString(T_("That is not a valid piece"), FALSE); + SayString("That is not a valid piece", FALSE); return; } for(r=0; r