Revision: 27997
          http://sourceforge.net/p/bibdesk/svn/27997
Author:   hofman
Date:     2022-10-04 14:54:31 +0000 (Tue, 04 Oct 2022)
Log Message:
-----------
remove duplicate alloc

Modified Paths:
--------------
    trunk/bibdesk/BDSKSecureTextField.m

Modified: trunk/bibdesk/BDSKSecureTextField.m
===================================================================
--- trunk/bibdesk/BDSKSecureTextField.m 2022-10-04 14:43:12 UTC (rev 27996)
+++ trunk/bibdesk/BDSKSecureTextField.m 2022-10-04 14:54:31 UTC (rev 27997)
@@ -117,7 +117,7 @@
 }
 
 - (NSTextFieldCell *)newCellOfClass:(Class)cellClass {
-    NSTextFieldCell *newCell = [[[cellClass alloc] alloc] initTextCell:@""];
+    NSTextFieldCell *newCell = [[cellClass alloc] initTextCell:@""];
     NSTextFieldCell *oldCell = [self cell];
     [newCell setFont:[oldCell font]];
     [newCell setControlSize:[oldCell controlSize]];

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

Reply via email to