Revision: 27166
http://sourceforge.net/p/bibdesk/svn/27166
Author: hofman
Date: 2021-12-02 10:04:39 +0000 (Thu, 02 Dec 2021)
Log Message:
-----------
remove notification registration. remove unused variable.
Modified Paths:
--------------
trunk/bibdesk/BDSKMainTableView.m
trunk/bibdesk/BDSKURLGroup.m
Modified: trunk/bibdesk/BDSKMainTableView.m
===================================================================
--- trunk/bibdesk/BDSKMainTableView.m 2021-12-02 09:54:22 UTC (rev 27165)
+++ trunk/bibdesk/BDSKMainTableView.m 2021-12-02 10:04:39 UTC (rev 27166)
@@ -623,7 +623,6 @@
NSInteger row, numRows = [self numberOfRows];
NSTableColumn *tableColumn = [[self tableColumns] objectAtIndex:column];
id view;
- NSTableCellView *tmpView = nil;
CGFloat width = 0.0;
if ([[self delegate]
respondsToSelector:@selector(tableView:sizeToFitWidthOfColumn:)]) {
width = [[self delegate] tableView:self sizeToFitWidthOfColumn:column];
Modified: trunk/bibdesk/BDSKURLGroup.m
===================================================================
--- trunk/bibdesk/BDSKURLGroup.m 2021-12-02 09:54:22 UTC (rev 27165)
+++ trunk/bibdesk/BDSKURLGroup.m 2021-12-02 10:04:39 UTC (rev 27166)
@@ -107,8 +107,6 @@
isRetrieving = NO;
failedDownload = NO;
download = nil;
-
- [[NSNotificationCenter defaultCenter] addObserver:self
selector:@selector(handleApplicationWillTerminate:)
name:NSApplicationWillTerminateNotification object:nil];
}
return self;
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit