X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=xhistory.c;h=0ac764fed977fb8c0994d0b89188678cc2c4706e;hb=cbb23e5f23cee542f8099c7f80fd07df8d9f0a08;hp=4d0afe8ccf0b81812b0df742eafe2ff485f09b7e;hpb=10d5fd5e9759d36baa78cc2f5b57b828c12e0394;p=xboard.git diff --git a/xhistory.c b/xhistory.c index 4d0afe8..0ac764f 100644 --- a/xhistory.c +++ b/xhistory.c @@ -85,14 +85,3 @@ char historyTranslations[] = ": select-start() \n \ : extend-end() SelectMove() \n"; -#ifdef TODO_GTK -void -SelectMove (Widget w, XEvent * event, String * params, Cardinal * nParams) -{ - XawTextPosition index, dummy; - - XawTextGetSelectionPos(w, &index, &dummy); - FindMoveByCharIndex( index ); // [HGM] also does the actual moving to it, now -} -#endif -