adium/adium

Remove the reselection of contacts in the contact list on reloadData; it doesn't work anymore and probably causes #16119.

Refs #16119
(transplanted from 4044634d3b957887c32a9bab9c16a682a9059604)
--- a/Frameworks/AIUtilities Framework/Source/AIOutlineView.m Wed Jun 12 23:52:16 2013 +0200
+++ b/Frameworks/AIUtilities Framework/Source/AIOutlineView.m Wed Jun 12 21:53:57 2013 -0400
@@ -257,17 +257,6 @@
if (needsReload) [self reloadData];
}
-//Preserve selection through a reload
-- (void)reloadItem:(id)item reloadChildren:(BOOL)reloadChildren
-{
- NSArray *selectedItems = [self arrayOfSelectedItems];
-
- [super reloadItem:item reloadChildren:reloadChildren];
-
- //Restore (if possible) the previously selected object
- [self selectItemsInArray:selectedItems];
-}
-
#pragma mark Dragging
//Draging ------------------------------------------
//Invoked in the dragging source as the drag ends