Revision: 18304
http://bibdesk.svn.sourceforge.net/bibdesk/?rev=18304&view=rev
Author: hofman
Date: 2011-12-09 12:57:08 +0000 (Fri, 09 Dec 2011)
Log Message:
-----------
remove unused function and unnecessary initWithCoder override
Modified Paths:
--------------
trunk/bibdesk/BDSKAddressTextFieldCell.m
Modified: trunk/bibdesk/BDSKAddressTextFieldCell.m
===================================================================
--- trunk/bibdesk/BDSKAddressTextFieldCell.m 2011-12-09 12:55:42 UTC (rev
18303)
+++ trunk/bibdesk/BDSKAddressTextFieldCell.m 2011-12-09 12:57:08 UTC (rev
18304)
@@ -42,21 +42,7 @@
@implementation BDSKAddressTextFieldCell
+ (Class)formatterClass { return Nil; }
-
-- (id)initWithCoder:(NSCoder *)coder {
- self = [super initWithCoder:coder];
- if (self) {
- [self setDrawsBackground:NO];
- }
- return self;
-}
-static inline NSRect adjustedFrame(NSRect cellFrame, NSView *controlView) {
- NSRect ignored;
- NSDivideRect(cellFrame, &ignored, &cellFrame, 1.0, [controlView isFlipped]
? NSMaxYEdge : NSMinYEdge);
- return cellFrame;
-}
-
- (void)drawWithFrame:(NSRect)cellFrame inView:(NSView *)controlView {
NSRect outlineRect = [self layoutRectForBounds:cellFrame
inView:controlView];
NSRect outerShadowRect, innerShadowRect, ignored;
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