summaryrefslogtreecommitdiff
path: root/games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:58:29 +0100
commit0cf2f20608308acdf3cb922c3736446bbd8f3388 (patch)
tree07815070629c7c11000a7f51ceb8ccbccb49a809 /games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch')
-rw-r--r--games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch b/games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch
deleted file mode 100644
index 6b3f54ef5630..000000000000
--- a/games-puzzle/flobopuyo/files/flobopuyo-0.20-gcc41.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: flobopuyo-0.20/PuyoGame.h
-===================================================================
---- flobopuyo-0.20.orig/PuyoGame.h
-+++ flobopuyo-0.20/PuyoGame.h
-@@ -46,7 +46,7 @@ public:
- virtual ~PuyoPuyo() {};
- PuyoState getPuyoState();
- void setPuyoState(PuyoState state);
-- bool PuyoPuyo::isFalling();
-+ bool isFalling();
- int getPuyoX() const;
- int getPuyoY() const;
- void setPuyoXY(int X, int Y);