Revision: 13351
http://sourceforge.net/p/skim-app/code/13351
Author: hofman
Date: 2023-03-08 15:19:01 +0000 (Wed, 08 Mar 2023)
Log Message:
-----------
remove unused pointLists property
Modified Paths:
--------------
trunk/PDFAnnotationInk_SKExtensions.h
trunk/PDFAnnotationInk_SKExtensions.m
Modified: trunk/PDFAnnotationInk_SKExtensions.h
===================================================================
--- trunk/PDFAnnotationInk_SKExtensions.h 2023-03-08 15:14:40 UTC (rev
13350)
+++ trunk/PDFAnnotationInk_SKExtensions.h 2023-03-08 15:19:01 UTC (rev
13351)
@@ -51,6 +51,4 @@
- (NSArray *)pagePaths;
-- (NSArray *)pointLists;
-
@end
Modified: trunk/PDFAnnotationInk_SKExtensions.m
===================================================================
--- trunk/PDFAnnotationInk_SKExtensions.m 2023-03-08 15:14:40 UTC (rev
13350)
+++ trunk/PDFAnnotationInk_SKExtensions.m 2023-03-08 15:19:01 UTC (rev
13351)
@@ -341,24 +341,6 @@
[super drawSelectionHighlightWithLineWidth:lineWidth active:active
inContext:context];
}
-- (NSArray *)pointLists {
- NSMutableArray *pointLists = [NSMutableArray array];
- NSMutableArray *pointValues;
- NSPoint point;
- NSInteger i, iMax;
- for (NSBezierPath *path in [self paths]) {
- iMax = [path elementCount];
- pointValues = [[NSMutableArray alloc] initWithCapacity:iMax];
- for (i = 0; i < iMax; i++) {
- point = [path associatedPointForElementAtIndex:i];
- [pointValues addObject:[NSValue valueWithPoint:point]];
- }
- [pointLists addObject:pointValues];
- [pointValues release];
- }
- return pointLists;
-}
-
- (NSString *)colorDefaultKey { return SKInkNoteColorKey; }
- (NSSet *)keysForValuesToObserveForUndo {
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