X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xengineoutput.c;h=4d94616369146c7d6f5c9a93da720e043bbcaaf0;hb=f360f5c49d27a95ca64e5755c42156ee1f7e95db;hp=1c86de382be477c09b2f241477615ad0493d2ab7;hpb=b602e7faa8f3973c5b3c4ae00108eaea982ea196;p=xboard.git diff --git a/xengineoutput.c b/xengineoutput.c index 1c86de3..4d94616 100644 --- a/xengineoutput.c +++ b/xengineoutput.c @@ -148,9 +148,6 @@ InsertIntoMemo (int which, char * text, int where) if(where < highTextStart[which]) { // [HGM] multiPVdisplay: move highlighting int len = strlen(text); highTextStart[which] += len; highTextEnd[which] += len; -#ifdef TODO_GTK - XawTextSetSelection( edit, highTextStart[which], highTextEnd[which] ); -#endif } }