Revision: 15010
          http://sourceforge.net/p/skim-app/code/15010
Author:   hofman
Date:     2025-03-24 09:51:47 +0000 (Mon, 24 Mar 2025)
Log Message:
-----------
no need to clear pointer array we just initialized

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

Modified: trunk/PDFAnnotationMarkup_SKExtensions.m
===================================================================
--- trunk/PDFAnnotationMarkup_SKExtensions.m    2025-03-23 16:31:30 UTC (rev 
15009)
+++ trunk/PDFAnnotationMarkup_SKExtensions.m    2025-03-24 09:51:47 UTC (rev 
15010)
@@ -175,9 +175,6 @@
         NSPoint origin = [self bounds].origin;
         NSRange range = NSMakeRange(0, 4);
         
-        while ([lineRects count])
-            [lineRects removePointerAtIndex:0];
-        
         for (j = 0; j < jMax; j++) {
             
             range.location = 4 * j;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to