summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/HBPicture.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m
index c5bce5185..27042ac34 100644
--- a/macosx/HBPicture.m
+++ b/macosx/HBPicture.m
@@ -169,8 +169,6 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification";
self.maxHeight = 480;
break;
case HBPictureResolutionLimitModeCustom:
- self.maxWidth = self.sourceWidth;
- self.maxHeight = self.sourceHeight;
break;
}
}