Revision: 16466
http://sourceforge.net/p/skim-app/code/16466
Author: hofman
Date: 2026-09-13 14:32:11 +0000 (Sun, 13 Sep 2026)
Log Message:
-----------
remove unused flag
Modified Paths:
--------------
trunk/SKNotesDocument.h
trunk/SKNotesDocument.m
Modified: trunk/SKNotesDocument.h
===================================================================
--- trunk/SKNotesDocument.h 2026-09-13 14:26:14 UTC (rev 16465)
+++ trunk/SKNotesDocument.h 2026-09-13 14:32:11 UTC (rev 16466)
@@ -59,7 +59,6 @@
unsigned int exportUsingPanel:1;
unsigned int caseInsensitiveSearch:1;
unsigned int autoResizeRows:1;
- unsigned int settingUpWindow:1;
unsigned int recentInfoNeedsUpdate:1;
} ndFlags;
}
Modified: trunk/SKNotesDocument.m
===================================================================
--- trunk/SKNotesDocument.m 2026-09-13 14:26:14 UTC (rev 16465)
+++ trunk/SKNotesDocument.m 2026-09-13 14:32:11 UTC (rev 16466)
@@ -143,8 +143,6 @@
}
- (void)windowControllerDidLoadNib:(NSWindowController *)aController {
- ndFlags.settingUpWindow = YES;
-
[aController setShouldCloseDocument:YES];
[self setupToolbarForWindow:[aController window]];
@@ -181,8 +179,6 @@
[[menu addItemWithTitle:NSLocalizedString(@"Note Type", @"Menu item
title") action:NULL keyEquivalent:@""] setSubmenu:[noteTypeSheetController
noteTypeMenu]];
[self setRecentInfoNeedsUpdate:YES];
-
- ndFlags.settingUpWindow = NO;
}
- (void)windowWillClose:(NSNotification *)notification {
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