diff options
Diffstat (limited to 'games/eboard/files/patch-movelist.cc')
-rw-r--r-- | games/eboard/files/patch-movelist.cc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/games/eboard/files/patch-movelist.cc b/games/eboard/files/patch-movelist.cc deleted file mode 100644 index 9693e29f29cc..000000000000 --- a/games/eboard/files/patch-movelist.cc +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- movelist.cc.orig Sun Apr 28 23:04:34 2002 -+++ movelist.cc Sat Sep 28 23:00:58 2002 -@@ -95,8 +95,8 @@ - } - - void MoveListWindow::updateList(list<Position> &moves, -- int over=0,GameResult result=UNDEF, -- char *reason=0) { -+ int over,GameResult result, -+ char *reason) { - populate_clist(moves,over,result,reason); - } - |