summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/cuyo/files/cuyo-1.8.6-gcc4.patch')
-rw-r--r--games-puzzle/cuyo/files/cuyo-1.8.6-gcc4.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-puzzle/cuyo/files/cuyo-1.8.6-gcc4.patch b/games-puzzle/cuyo/files/cuyo-1.8.6-gcc4.patch
deleted file mode 100644
index a2fd81202f1f..000000000000
--- a/games-puzzle/cuyo/files/cuyo-1.8.6-gcc4.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/fall.cpp.old 2007-05-27 10:14:08.000000000 +0200
-+++ src/fall.cpp 2007-05-27 10:14:42.000000000 +0200
-@@ -381,7 +381,7 @@
- }
- /** Liefert true, wenn das Fall existiert.
- Mit Argument: Wenn diese Hälfte existiert. */
--bool Fall::existiert(int a=0) const {
-+bool Fall::existiert(int a) const {
- return mPos.r != richtung_keins && !(mPos.r == richtung_einzel && a == 1);
- }
-