Revision: 13990
http://sourceforge.net/p/skim-app/code/13990
Author: hofman
Date: 2023-12-26 00:00:40 +0000 (Tue, 26 Dec 2023)
Log Message:
-----------
no need to init with zeroes
Modified Paths:
--------------
trunk/SKTemporaryData.m
Modified: trunk/SKTemporaryData.m
===================================================================
--- trunk/SKTemporaryData.m 2023-12-25 23:06:01 UTC (rev 13989)
+++ trunk/SKTemporaryData.m 2023-12-26 00:00:40 UTC (rev 13990)
@@ -43,16 +43,4 @@
@synthesize pdfDocument, noteDicts, presentationOptions, openMetaTags,
openMetaRating;
-- (instancetype)init {
- self = [super init];
- if (self) {
- pdfDocument = nil;
- noteDicts = nil;
- presentationOptions = nil;
- openMetaTags = nil;
- openMetaRating = 0.0;
- }
- return self;
-}
-
@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