Revision: 16225
http://sourceforge.net/p/skim-app/code/16225
Author: hofman
Date: 2026-05-05 15:29:44 +0000 (Tue, 05 May 2026)
Log Message:
-----------
remove comments
Modified Paths:
--------------
trunk/SKMainWindowController_Actions.m
trunk/SKMainWindowController_UI.m
trunk/SKPDFView.m
Modified: trunk/SKMainWindowController_Actions.m
===================================================================
--- trunk/SKMainWindowController_Actions.m 2026-05-05 15:25:26 UTC (rev
16224)
+++ trunk/SKMainWindowController_Actions.m 2026-05-05 15:29:44 UTC (rev
16225)
@@ -454,7 +454,6 @@
[pdfView setAutoScales:NO];
}
-// @@ Horizontal layout
- (IBAction)alternateZoomToFit:(id)sender {
PDFDisplayMode displayMode = [pdfView extendedDisplayMode];
NSRect frame = [pdfView frame];
@@ -876,8 +875,6 @@
}
}
-// @@ Horizontal layout
-
- (IBAction)performFit:(id)sender {
if ([self interactionMode] != SKNormalMode) {
NSBeep();
Modified: trunk/SKMainWindowController_UI.m
===================================================================
--- trunk/SKMainWindowController_UI.m 2026-05-05 15:25:26 UTC (rev 16224)
+++ trunk/SKMainWindowController_UI.m 2026-05-05 15:29:44 UTC (rev 16225)
@@ -1775,7 +1775,6 @@
} else if (action == @selector(doZoomToFit:)) {
return [self interactionMode] != SKPresentationMode && [self
hasOverview] == NO && [[self pdfDocument] isLocked] == NO && [pdfView
autoScales] == NO;
} else if (action == @selector(alternateZoomToFit:)) {
-// @@ Horizontal layout
PDFDisplayMode displayMode = [pdfView extendedDisplayMode];
if ((displayMode & kPDFDisplaySinglePageContinuous) != 0) {
[menuItem setTitle:NSLocalizedString(@"Zoom To Height", @"Menu
item title")];
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2026-05-05 15:25:26 UTC (rev 16224)
+++ trunk/SKPDFView.m 2026-05-05 15:29:44 UTC (rev 16225)
@@ -2921,7 +2921,6 @@
#pragma mark Sync
-// @@ Horizontal layout
- (void)displayLineAtPoint:(NSPoint)point inPageAtIndex:(NSUInteger)pageIndex
select:(BOOL)select showReadingBar:(BOOL)showBar {
if (pageIndex < [[self document] pageCount]) {
PDFPage *page = [[self document] pageAtIndex:pageIndex];
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