Revision: 13833
          http://sourceforge.net/p/skim-app/code/13833
Author:   hofman
Date:     2023-12-05 15:31:27 +0000 (Tue, 05 Dec 2023)
Log Message:
-----------
remove irrelevant nonnull macros

Modified Paths:
--------------
    trunk/SkimNotes/SKNUtilities.h

Modified: trunk/SkimNotes/SKNUtilities.h
===================================================================
--- trunk/SkimNotes/SKNUtilities.h      2023-12-05 15:11:07 UTC (rev 13832)
+++ trunk/SkimNotes/SKNUtilities.h      2023-12-05 15:31:27 UTC (rev 13833)
@@ -38,8 +38,6 @@
 
 #import <Foundation/Foundation.h>
 
-NS_ASSUME_NONNULL_BEGIN
-
 #define SKIM_NOTES_KEY      @"net_sourceforge_skim-app_notes"
 #define SKIM_RTF_NOTES_KEY  @"net_sourceforge_skim-app_rtf_notes"
 #define SKIM_TEXT_NOTES_KEY @"net_sourceforge_skim-app_text_notes"
@@ -57,5 +55,3 @@
 
 extern NSArray<NSDictionary<NSString *, id> *> * _Nullable 
SKNSkimNotesFromData(NSData * _Nullable data);
 extern NSData * _Nullable SKNDataFromSkimNotes(NSArray<NSDictionary<NSString 
*, id> *> * _Nullable noteDicts, BOOL asPlist);
-
-NS_ASSUME_NONNULL_END

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

Reply via email to