Skip to content

Commit

Permalink
Cleaned up a few completed TODOs.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsexton committed May 25, 2010
1 parent 85b5268 commit e2472e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion BooksTableView.m
Expand Up @@ -22,7 +22,6 @@ - (IBAction) doubleClickAction:(id)sender {
//use the first object if multiple are selected
book *obj = [[arrayController selectedObjects] objectAtIndex:0];

//TODO: add a readonly field to constructor to get rid of search box and buttons
BooksWindowController *detailWin = [[BooksWindowController alloc] initWithManagedObject:obj
withSearch:NO];
if (![NSBundle loadNibNamed:@"Detail" owner:detailWin]) {
Expand Down
2 changes: 1 addition & 1 deletion BooksWindowController.m
Expand Up @@ -4,7 +4,6 @@
// Created by Greg Sexton on 26/07/2009.
// Copyright 2009 __MyCompanyName__. All rights reserved.
//
//TODO: use generated accessors for book object

#import "BooksWindowController.h"
#import "AuthorsWindowController.h"
Expand All @@ -15,6 +14,7 @@
#import "subject.h"

//TODO: reorder all of the methods into a more logical state!
//TODO: use generated accessors for book object

@implementation BooksWindowController

Expand Down
1 change: 0 additions & 1 deletion SofiaApplication.m
Expand Up @@ -11,7 +11,6 @@


//TODO: reorder all of the methods into a more logical state!
//TODO: make table view a new inherited class with custom code self contained

@implementation SofiaApplication

Expand Down

0 comments on commit e2472e7

Please sign in to comment.