diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-04 21:56:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-04 21:56:40 +0000 |
commit | 1c9b422c7d1b8ac885b47ffb4bec97fdb0091626 (patch) | |
tree | 781def893aa15494a5175a932dbf80a87da48877 /games/eboard/files/patch-mainwindow.cc | |
parent | 2.5.4 isn't fetchable - update to 2.5.5. (diff) |
Update to 0.7.0.
Notes
Notes:
svn path=/head/; revision=72536
Diffstat (limited to 'games/eboard/files/patch-mainwindow.cc')
-rw-r--r-- | games/eboard/files/patch-mainwindow.cc | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/eboard/files/patch-mainwindow.cc b/games/eboard/files/patch-mainwindow.cc deleted file mode 100644 index 938fa901cadb..000000000000 --- a/games/eboard/files/patch-mainwindow.cc +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- mainwindow.cc.orig Fri Jun 28 03:33:05 2002 -+++ mainwindow.cc Sat Sep 28 23:00:58 2002 -@@ -997,7 +997,7 @@ - } - } - --void MainWindow::openEngine(EngineProtocol *xpp, EngineBookmark *ebm=0) { -+void MainWindow::openEngine(EngineProtocol *xpp, EngineBookmark *ebm) { - int i; - global.debug("MainWindow","openEngine"); - disconnect(); |