Update of /cvsroot/bibdesk/bibdesk
In directory sc8-pr-cvs1:/tmp/cvs-serv14123
Modified Files:
BibDocument.m
Log Message:
changes to avoid compiler warnings
Index: BibDocument.m
===================================================================
RCS file: /cvsroot/bibdesk/bibdesk/BibDocument.m,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** BibDocument.m 12 Nov 2003 00:27:05 -0000 1.16
--- BibDocument.m 12 Nov 2003 00:40:09 -0000 1.17
***************
*** 706,711 ****
NSNumber *i;
BibItem *pub = nil;
- int row = [tableView selectedRow];
- int sortedRow = (sortDescending ? [shownPublications count] - 1 - row : row);
NSFileWrapper *fw = nil;
NSTextAttachment *att = nil;
--- 706,709 ----
***************
*** 715,719 ****
NSMutableAttributedString *body = [[NSMutableAttributedString alloc] init];
NSMutableArray *files = [NSMutableArray array];
! BOOL sent = NO;
// other way:
--- 713,717 ----
NSMutableAttributedString *body = [[NSMutableAttributedString alloc] init];
NSMutableArray *files = [NSMutableArray array];
! // BOOL sent = NO;
// other way:
|