Skip to content

Commit

Permalink
clean up code
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwojtaszek committed Oct 16, 2011
1 parent 4d1b0b4 commit b036f90
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/Cascade/Cascade/CLCascadeNavigationController.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ - (id)initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNil

- (void)dealloc
{
_viewControllers = nil;
_cascadeView = nil;
}

Expand Down
1 change: 0 additions & 1 deletion src/Cascade/Cascade/CLSplitCascadeView.m
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ - (void)dealloc
{
_cascadeView = nil;
_categoriesView = nil;
_backgroundView = nil;
_verticalDividerImage = nil;
_dividerView = nil;

Expand Down
1 change: 0 additions & 1 deletion src/Cascade/Cascade/CLSplitCascadeViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ @implementation CLSplitCascadeViewController
///////////////////////////////////////////////////////////////////////////////////////////////////
- (void)dealloc
{
_cascadeNavigationController = nil;
_categoriesViewController = nil;

}
Expand Down
4 changes: 0 additions & 4 deletions src/Cascade/Cascade/CLViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ - (id) initWithNibName:(NSString *)nibNameOrNil bundle:(NSBundle *)nibBundleOrNi
}

///////////////////////////////////////////////////////////////////////////////////////////////////
- (void)dealloc
{
_cascadeNavigationController = nil;
}

///////////////////////////////////////////////////////////////////////////////////////////////////
- (void)didReceiveMemoryWarning
Expand Down

0 comments on commit b036f90

Please sign in to comment.