Revision: 15507
          http://sourceforge.net/p/skim-app/code/15507
Author:   hofman
Date:     2025-06-20 15:52:57 +0000 (Fri, 20 Jun 2025)
Log Message:
-----------
No need for trivial delegate accessors override to change type

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-06-20 15:50:50 UTC (rev 15506)
+++ trunk/SKPDFView.m   2025-06-20 15:52:57 UTC (rev 15507)
@@ -249,7 +249,7 @@
 @implementation SKPDFView
 
 @synthesize toolMode, annotationMode, temporaryToolMode, currentAnnotation, 
readingBar, pacerSpeed, typeSelectHelper, syncDot, hideNotes, zooming;
-@dynamic extendedDisplayMode, displaysHorizontally, displaySettings, 
canSelectNote, hasReadingBar, hasPacer, currentSelectionPage, 
currentSelectionRect, currentMagnification, needsRewind, editing;
+@dynamic extendedDisplayMode, displaysHorizontally, displaySettings, 
canSelectNote, hasReadingBar, hasPacer, currentSelectionPage, 
currentSelectionRect, currentMagnification, needsRewind, editing, delegate;
 
 + (void)initialize {
     SKINITIALIZE;
@@ -5171,10 +5171,6 @@
     [self setCursorForAreaOfInterest:[self areaOfInterestForMouse:theEvent]];
 }
 
-- (id <SKPDFViewDelegate>)delegate {
-    return (id <SKPDFViewDelegate>)[super delegate];
-}
-
 - (void)setDelegate:(id <SKPDFViewDelegate>)newDelegate {
     if (newDelegate == nil)
         [self cleanup];

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