adium/adium

Parents 3a4a1f3c4295
Children 92db93164d65
We haven't needed an implementation here since it's handled in the window controller.
--- a/Source/AIContactInfoContentController.h Fri Jun 08 18:31:32 2012 -0400
+++ b/Source/AIContactInfoContentController.h Sun Jun 10 12:00:20 2012 -0400
@@ -36,7 +36,4 @@
- (NSArray *)loadedPanes;
- (void)loadContentPanes:(NSArray *)contentPanes;
-//Segmented Control action
--(IBAction)segmentSelected:(id)sender;
-
@end
--- a/Source/AIContactInfoContentController.m Fri Jun 08 18:31:32 2012 -0400
+++ b/Source/AIContactInfoContentController.m Sun Jun 10 12:00:20 2012 -0400
@@ -82,9 +82,4 @@
[self _setLoadedPanes:contentArray];
}
--(IBAction)segmentSelected:(id)sender
-{
-#warning Needs implementation
-}
-
@end