Revision: 18297
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18297&view=rev
Author: hofman
Date: 2011-12-06 14:12:31 +0000 (Tue, 06 Dec 2011)
Log Message:
-----------
remove unused setter
Modified Paths:
--------------
trunk/bibdesk/BDSKConditionController.h
trunk/bibdesk/BDSKConditionController.m
Modified: trunk/bibdesk/BDSKConditionController.h
===================================================================
--- trunk/bibdesk/BDSKConditionController.h 2011-12-06 13:23:25 UTC (rev
18296)
+++ trunk/bibdesk/BDSKConditionController.h 2011-12-06 14:12:31 UTC (rev
18297)
@@ -83,7 +83,6 @@
- (void)setCanRemove:(BOOL)flag;
- (NSArray *)keys;
-- (void)setKeys:(NSArray *)newKeys;
- (void)discardEditing;
- (BOOL)commitEditing;
Modified: trunk/bibdesk/BDSKConditionController.m
===================================================================
--- trunk/bibdesk/BDSKConditionController.m 2011-12-06 13:23:25 UTC (rev
18296)
+++ trunk/bibdesk/BDSKConditionController.m 2011-12-06 14:12:31 UTC (rev
18297)
@@ -188,14 +188,6 @@
return [[keys copy] autorelease];
}
-- (void)setKeys:(NSArray *)newKeys {
- if (keys != newKeys) {
- [keys release];
- keys = [newKeys mutableCopy];
- [(BDSKFieldNameFormatter *)[keyComboBox formatter]
setKnownFieldNames:keys];
- }
-}
-
- (void)layoutValueControls {
NSArray *controls = nil;
switch ([[[self condition] key] fieldType]) {
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of
discussion for anyone considering optimizing the pricing and packaging model
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit