X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=gnushogi%2Fcursesdsp.c;h=e15a3940b0ef05136e06a7776a2659b85d5e5a1f;hb=303e8deb5d11ae84a88acb76329f0ab75274101a;hp=d6c7cef4e62741b01aeaade8c31c95b344326835;hpb=98fde3d6167ad487918b9004a7dae58adeb037ca;p=gnushogi.git diff --git a/gnushogi/cursesdsp.c b/gnushogi/cursesdsp.c index d6c7cef..e15a394 100644 --- a/gnushogi/cursesdsp.c +++ b/gnushogi/cursesdsp.c @@ -90,7 +90,6 @@ ClearMessage(void) } - void gotoXY(short x, short y) { @@ -313,12 +312,10 @@ Curses_ShowStage(void) ClearEoln(); } - /**************************************** * End of trivial output routines. ****************************************/ - void Curses_Initialize(void) { @@ -345,7 +342,6 @@ Curses_ExitShogi(void) } - void Curses_Die(int sig) { @@ -365,7 +361,6 @@ Curses_Die(int sig) } - void Curses_TerminateSearch(int sig) { @@ -382,7 +377,6 @@ Curses_TerminateSearch(int sig) } - void Curses_help(void) { @@ -581,7 +575,6 @@ Curses_EditBoard(void) } - static void UpdateCatched() { @@ -633,7 +626,6 @@ UpdateCatched() } - void Curses_SearchStartStuff(short side) { @@ -650,7 +642,6 @@ Curses_SearchStartStuff(short side) } - void Curses_OutputMove(void) { @@ -716,7 +707,6 @@ Curses_OutputMove(void) } - void UpdateClocks(void) { @@ -755,7 +745,6 @@ UpdateClocks(void) } - void DrawPiece(short sq) { @@ -794,12 +783,9 @@ DrawPiece(short sq) } - - /* * Curses_ShowPostnValue(): must have called ExaminePosition() first */ - void Curses_ShowPostnValue(short sq) { @@ -825,7 +811,6 @@ Curses_ShowPostnValue(short sq) } - void Curses_ShowPostnValues(void) { @@ -846,7 +831,6 @@ Curses_ShowPostnValues(void) } - void Curses_UpdateDisplay(short f, short t, short redraw, short isspec) { @@ -958,9 +942,6 @@ Curses_UpdateDisplay(short f, short t, short redraw, short isspec) } -extern char *InPtr; - - void Curses_ChangeAlphaWindow(void) { @@ -971,7 +952,6 @@ Curses_ChangeAlphaWindow(void) } - void Curses_ChangeBetaWindow(void) { @@ -982,7 +962,6 @@ Curses_ChangeBetaWindow(void) } - void Curses_GiveHint(void) { @@ -1002,7 +981,6 @@ Curses_GiveHint(void) } - void Curses_ChangeSearchDepth(void) { @@ -1030,7 +1008,6 @@ Curses_SetContempt(void) } - void Curses_ChangeXwindow(void) { @@ -1039,7 +1016,6 @@ Curses_ChangeXwindow(void) } - void Curses_SelectLevel(char *sx) { @@ -1150,7 +1126,6 @@ Curses_SelectLevel(char *sx) } - void Curses_DoDebug(void) { @@ -1198,7 +1173,6 @@ Curses_DoDebug(void) } - void Curses_DoTable(short table[NO_SQUARES]) { @@ -1212,5 +1186,3 @@ Curses_DoTable(short table[NO_SQUARES]) } } - -