summaryrefslogtreecommitdiffstats
path: root/macosx/HBImageAndTextCell.m
diff options
context:
space:
mode:
authorritsuka <[email protected]>2014-10-23 08:34:55 +0000
committerritsuka <[email protected]>2014-10-23 08:34:55 +0000
commit95089f01515fc339a3cd6254c93e620bab701d37 (patch)
tree66e7953ecb260cfe4d39308485440f8df9ef647f /macosx/HBImageAndTextCell.m
parented4ec257d9efc7254a4cc15e3b24fe8686eb07a2 (diff)
MacGui: fixed another numbers of warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6458 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBImageAndTextCell.m')
-rw-r--r--macosx/HBImageAndTextCell.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/HBImageAndTextCell.m b/macosx/HBImageAndTextCell.m
index 5e2a09cad..eebe2efca 100644
--- a/macosx/HBImageAndTextCell.m
+++ b/macosx/HBImageAndTextCell.m
@@ -9,6 +9,7 @@
#import "HBImageAndTextCell.h"
+#if 0
static inline CGFloat
xLeftInRect(NSSize innerSize, NSRect outerRect)
{
@@ -66,7 +67,7 @@ scaleProportionally(NSSize imageSize, NSRect canvasRect)
return imageSize;
}
-
+#endif
@implementation HBImageAndTextCell