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.h | |
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.h')
-rw-r--r-- | macosx/HBPicture.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBPicture.h b/macosx/HBPicture.h index c4773e822..a717a4c69 100644 --- a/macosx/HBPicture.h +++ b/macosx/HBPicture.h @@ -48,7 +48,6 @@ extern NSString * const HBPictureChangedNotification; */ @property (nonatomic, readonly) int sourceWidth; @property (nonatomic, readonly) int sourceHeight; -@property (nonatomic, readonly) int sourceDisplayWidth; @end |