From 04f9b781817751fd8cfc244a05b424e3308100b3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 5 Sep 2018 22:09:51 +0200 Subject: Remove unused `saveDefaultURLHandler` No longer planning on using this method. Ideally there would be a way to save and restore the old default "mailto" handler bundle identifier, but that's just too much of a pain and I don't want to bother. --- CopyMailto/DefaultURLHandler.h | 1 - 1 file changed, 1 deletion(-) (limited to 'CopyMailto/DefaultURLHandler.h') diff --git a/CopyMailto/DefaultURLHandler.h b/CopyMailto/DefaultURLHandler.h index fb54e9e..dc09ffc 100644 --- a/CopyMailto/DefaultURLHandler.h +++ b/CopyMailto/DefaultURLHandler.h @@ -11,6 +11,5 @@ @interface DefaultURLHandler : NSObject + (OSStatus)setDefaultURLHandler; -+ (void)saveDefaultURLHandler; @end -- cgit v1.2.3