From e8e700540ea2aea1f03e3ceb3cb75e2ea6034fae Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Wed, 6 Jul 2022 22:02:55 +0200 Subject: [PATCH] Remove some needless translation macros The function SayString subjects its arguments to translation itself. --- winboard/jaws.c | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) 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