adium/adium

Parents 5d24093e52a5
Children 3539d1f97887
Quoth the docs: "Deprecated in OS X v10.6 [...] no longer necessary [...] There is no replacement method."
--- a/Frameworks/AIUtilities Framework/Source/AIImageViewWithImagePicker.m Mon May 05 19:32:17 2014 +0200
+++ b/Frameworks/AIUtilities Framework/Source/AIImageViewWithImagePicker.m Sun Jul 13 14:16:27 2014 -0400
@@ -266,8 +266,6 @@
[[self image] drawAtPoint:NSZeroPoint fromRect:NSMakeRect(0, 0, self.image.size.width, self.image.size.height) operation:NSCompositeCopy fraction:0.5f];
[dragImage unlockFocus];
- //We want the image to resize
- [dragImage setScalesWhenResized:YES];
//Change to the size we are displaying
[dragImage setSize:[self bounds].size];
--- a/Frameworks/Adium Framework/Source/AIUserIcons.m Mon May 05 19:32:17 2014 +0200
+++ b/Frameworks/Adium Framework/Source/AIUserIcons.m Sun Jul 13 14:16:27 2014 -0400
@@ -164,9 +164,6 @@
NSString *internalObjectID = inObject.internalObjectID;
- //Keep the data around so that this image can be resized without loss of quality
- [inUserIcon setDataRetained:YES];
-
if (inUserIcon && inSource) {
#ifdef AIUSERICON_DEBUG
AILogWithSignature(@"%@ provided icon for %@", inSource, inObject);
--- a/Plugins/Dual Window Interface/AIMessageViewController.m Mon May 05 19:32:17 2014 +0200
+++ b/Plugins/Dual Window Interface/AIMessageViewController.m Sun Jul 13 14:16:27 2014 -0400
@@ -402,7 +402,6 @@
type:AIServiceIconLarge
direction:AIIconNormal]);
icon = [[icon copy] autorelease];
- [icon setScalesWhenResized:NO];
[alert setIcon:icon];
[alert setAlertStyle:NSInformationalAlertStyle];
--- a/Source/AIContactInfoWindowController.m Mon May 05 19:32:17 2014 +0200
+++ b/Source/AIContactInfoWindowController.m Sun Jul 13 14:16:27 2014 -0400
@@ -239,8 +239,6 @@
}
[inspectorToolbar setToolTip:segmentLabel forCell:[inspectorToolbar cellAtRow:0 column:i]];
-
- [segmentImage setDataRetained:YES];
[[inspectorToolbar cellAtRow:0 column:i] setImage:segmentImage];
}
}