Revision: 14004
          http://sourceforge.net/p/skim-app/code/14004
Author:   hofman
Date:     2023-12-30 10:39:00 +0000 (Sat, 30 Dec 2023)
Log Message:
-----------
remove unused functions

Modified Paths:
--------------
    trunk/SKMainDocument.m

Modified: trunk/SKMainDocument.m
===================================================================
--- trunk/SKMainDocument.m      2023-12-28 22:47:46 UTC (rev 14003)
+++ trunk/SKMainDocument.m      2023-12-30 10:39:00 UTC (rev 14004)
@@ -1109,9 +1109,6 @@
     }
 }
 
-static NSUInteger pointSizeFunction(const void *item) { return 
sizeof(NSPoint); }
-static NSString *pointDescriptionFunction(const void *item) { return 
NSStringFromPoint(*(NSPointPointer)item); }
-
 - (void)convertNotesUsingPDFDocument:(PDFDocument *)pdfDocWithoutNotes {
     [[self mainWindowController] 
beginProgressSheetWithMessage:[NSLocalizedString(@"Converting notes", @"Message 
for progress sheet") stringByAppendingEllipsis] maxValue:0];
     

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