summaryrefslogtreecommitdiffstats
path: root/games/gbrainy/preassign-an-automatically-implemented-property.patch
diff options
context:
space:
mode:
Diffstat (limited to 'games/gbrainy/preassign-an-automatically-implemented-property.patch')
-rw-r--r--games/gbrainy/preassign-an-automatically-implemented-property.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/gbrainy/preassign-an-automatically-implemented-property.patch b/games/gbrainy/preassign-an-automatically-implemented-property.patch
deleted file mode 100644
index 6be68f0bee..0000000000
--- a/games/gbrainy/preassign-an-automatically-implemented-property.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- gbrainy-1.61/src/Games/Logic/PuzzleExtraCircle.cs.orig 2011-01-06 22:38:23.000000000 +0700
-+++ gbrainy-1.61/src/Games/Logic/PuzzleExtraCircle.cs 2011-01-18 18:47:30.000000000 +0700
-@@ -43,7 +43,7 @@
- {
- public Color [] Colors {get; set; }
-
-- public CircleParameters (Color [] colors)
-+ public CircleParameters (Color [] colors) : this()
- {
- Colors = colors;
- }