summaryrefslogtreecommitdiff
path: root/gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.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 /gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.patch
parent1798c4aeca70ac8d0a243684d6a798fbc65735f8 (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.patch')
-rw-r--r--gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.patch b/gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.patch
deleted file mode 100644
index 345a0641fcbc..000000000000
--- a/gnustep-apps/textedit/files/textedit-0.95_pre20100427-nsinvalidargument.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- textedit.app-4.0+20061029.orig/Document.m
-+++ textedit.app-4.0+20061029/Document.m
-@@ -124,12 +124,6 @@
- [self setViewSize: size];
- }
-
-- [[NSNotificationCenter defaultCenter]
-- addObserver: self
-- selector: @selector (fixUpScrollViewBackgroundColor:)
-- name: NSSystemColorsDidChangeNotification
-- object: nil];
--
- potentialSaveDirectory = nil;
- return self;
- }
-@@ -195,10 +189,6 @@
- NSNotificationCenter *center = [NSNotificationCenter defaultCenter];
-
- [center removeObserver: self
-- name: NSSystemColorsDidChangeNotification
-- object: nil];
--
-- [center removeObserver: self
- name: NSTextStorageDidProcessEditingNotification
- object: [self textStorage]];
-