Make UpdateClocks and input-polling dspwrappers-based too.
[gnushogi.git] / gnushogi / init.c
index ed52724..7b9663b 100644 (file)
@@ -2,11 +2,14 @@
  * FILE: init.c
  *
  * ----------------------------------------------------------------------
- *
- * Copyright (c) 2012 Free Software Foundation
+ * Copyright (c) 1993, 1994, 1995 Matthias Mutz
+ * Copyright (c) 1999 Michael Vanier and the Free Software Foundation
  *
  * GNU SHOGI is based on GNU CHESS
  *
+ * Copyright (c) 1988, 1989, 1990 John Stanback
+ * Copyright (c) 1992 Free Software Foundation
+ *
  * This file is part of GNU SHOGI.
  *
  * GNU Shogi is free software; you can redistribute it and/or modify it
@@ -1274,8 +1277,6 @@ InitMain(void)
 
     if (XSHOGI)
     {
-        signal(SIGUSR1, TerminateSearch);
-
         TCmoves      = 40;
         TCminutes    = 5;
         TCseconds    = 0;