Revision: 15924
          http://sourceforge.net/p/skim-app/code/15924
Author:   hofman
Date:     2025-12-25 18:00:43 +0000 (Thu, 25 Dec 2025)
Log Message:
-----------
setter override not needed

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2025-12-25 17:58:37 UTC (rev 15923)
+++ trunk/SKPDFView.m   2025-12-25 18:00:43 UTC (rev 15924)
@@ -761,12 +761,6 @@
     }
 }
 
-- (void)setDisplayBox:(PDFDisplayBox)box {
-    if (box != [self displayBox]) {
-        [super setDisplayBox:box];
-    }
-}
-
 - (void)setDisplayBoxAndRewind:(PDFDisplayBox)box {
     if (box != [self displayBox]) {
         if ([self displayMode] != kPDFDisplaySinglePage)

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