Skip to content

Commit

Permalink
Removed remnant comment from deleted code. Props kneath
Browse files Browse the repository at this point in the history
  • Loading branch information
markrickert committed Jun 29, 2011
1 parent 970fd5d commit 2956707
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PagePeelDemo/PagePeelDemoViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ - (IBAction) pressedPeelIt:(UIButton *)sender

[self.textHere resignFirstResponder];

//Create a new UIView and set the background color to be a UIColor with
// pattern image of a screen capture
//Create a new UIView
UIView *imgView = [[UIView alloc] init];
[self.view addSubview:imgView];

Expand Down

0 comments on commit 2956707

Please sign in to comment.