diff options
author | ritsuka <[email protected]> | 2015-08-06 09:56:13 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-08-06 09:56:13 +0000 |
commit | dc5386586cc0592275a11922e9869d81bec5b5ca (patch) | |
tree | ffb875b5eb0f2c8556d85e4b4b2916b503cd3ca4 /macosx/HBPicture.m | |
parent | 21ea1a3f5c8334916b1927e95db19a0a29f28d63 (diff) |
MacGui: revert part of the previous commit that should have not been committed
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7394 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPicture.m')
-rw-r--r-- | macosx/HBPicture.m | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/macosx/HBPicture.m b/macosx/HBPicture.m index 099a4c77a..43c1d7979 100644 --- a/macosx/HBPicture.m +++ b/macosx/HBPicture.m @@ -345,11 +345,6 @@ NSString * const HBPictureChangedNotification = @"HBPictureChangedNotification"; return self.sourceWidth / 2 - 2; } -- (int)sourceDisplayWidth -{ - return (int) (self.sourceWidth * self.sourceParNum / (double)self.sourceParDen); -} - + (NSSet *)keyPathsForValuesAffectingValueForKey:(NSString *)key { NSSet *retval = nil; |