Skip to content

Commit

Permalink
Remove unnecessary -forceProcessingAtSize: from FilterShowcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
BradLarson committed Jun 4, 2013
1 parent d246abf commit a29f15a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1278,8 +1278,6 @@ - (void)setupFilter;
default: filter = [[GPUImageSepiaFilter alloc] init]; break;
}

[filter forceProcessingAtSize:CGSizeMake(480.0, 640.0)];

if (filterType == GPUIMAGE_FILECONFIG)
{
self.title = @"File Configuration";
Expand Down

0 comments on commit a29f15a

Please sign in to comment.