Finally get rid of that highly non-standard use of SIGINT.
[gnushogi.git] / gnushogi / commondsp.c
index 1f39b78..c00338a 100644 (file)
@@ -2161,8 +2161,6 @@ InputCommand(char *command)
         printf("\n");
 #endif
     }
-
-    signal(SIGINT, TerminateSearch);
 }