Revision: 13732
http://sourceforge.net/p/skim-app/code/13732
Author: hofman
Date: 2023-11-06 15:56:32 +0000 (Mon, 06 Nov 2023)
Log Message:
-----------
remove unused class method
Modified Paths:
--------------
trunk/SKAttachmentEmailer.h
trunk/SKAttachmentEmailer.m
Modified: trunk/SKAttachmentEmailer.h
===================================================================
--- trunk/SKAttachmentEmailer.h 2023-11-06 15:29:13 UTC (rev 13731)
+++ trunk/SKAttachmentEmailer.h 2023-11-06 15:56:32 UTC (rev 13732)
@@ -46,8 +46,6 @@
NSString *subject;
}
-+ (BOOL)permissionToComposeMessage;
-
@property (nonatomic, readonly) BOOL permissionToComposeMessage;
@property (nonatomic, readonly) NSString *title;
Modified: trunk/SKAttachmentEmailer.m
===================================================================
--- trunk/SKAttachmentEmailer.m 2023-11-06 15:29:13 UTC (rev 13731)
+++ trunk/SKAttachmentEmailer.m 2023-11-06 15:56:32 UTC (rev 13732)
@@ -48,14 +48,6 @@
@synthesize delegate, subject;
@dynamic title, image;
-+ (BOOL)permissionToComposeMessage {
-#if !SDK_BEFORE(10_14)
- if (@available(macOS 10.14, *))
- return [[[[self alloc] init] autorelease] permissionToComposeMessage];
-#endif
- return YES;
-}
-
- (id)init {
self = [super init];
if (self) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit