Make generic memo-event handler, and connect history callback
[xboard.git] / xhistory.c
index 4d0afe8..0ac764f 100644 (file)
@@ -85,14 +85,3 @@ char historyTranslations[] =
 "<Btn3Down>: select-start() \n \
 <Btn3Up>: 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
-