cleaned up model, view files

This commit is contained in:
Hannah Troisi
2016-03-29 13:00:44 -07:00
parent 0f4481718c
commit 53741a4e0a
17 changed files with 44 additions and 524 deletions

View File

@@ -15,7 +15,6 @@
BOOL squareImageRequested = (size.width == size.height) ? YES : NO;
NSUInteger imageParameterID;
if (squareImageRequested) {
imageParameterID = [self imageParameterForSquareCroppedSize:size];
}