adium 3755:9bc0cfa2fa0d: We don't need this protocol yet.

commits at adium.im commits at adium.im
Wed Mar 16 06:06:41 UTC 2011


details:	http://hg.adium.im/adium/rev/9bc0cfa2fa0d
revision:	3755:9bc0cfa2fa0d
branch:		(none)
author:		Stephen Holt <sholt at adium.im>
date:		Tue Mar 15 23:06:35 2011 -0700

We don't need this protocol yet.

diffs (36 lines):

diff -r 3de7cec9b4d4 -r 9bc0cfa2fa0d Frameworks/AIUtilities Framework/Source/AILeopardCompatibility.h
--- a/Frameworks/AIUtilities Framework/Source/AILeopardCompatibility.h	Tue Mar 15 22:59:57 2011 -0700
+++ b/Frameworks/AIUtilities Framework/Source/AILeopardCompatibility.h	Tue Mar 15 23:06:35 2011 -0700
@@ -60,8 +60,6 @@
 - (BOOL)popUpMenuPositioningItem:(NSMenuItem *)item atLocation:(NSPoint)location inView:(NSView *)view;
 @end
 
- at protocol NSDraggingDestination
- at end
 @protocol NSToolbarDelegate
 @end
 @protocol NSSplitViewDelegate
diff -r 3de7cec9b4d4 -r 9bc0cfa2fa0d Plugins/WebKit Message View/AIWebKitDelegate.h
--- a/Plugins/WebKit Message View/AIWebKitDelegate.h	Tue Mar 15 22:59:57 2011 -0700
+++ b/Plugins/WebKit Message View/AIWebKitDelegate.h	Tue Mar 15 23:06:35 2011 -0700
@@ -23,7 +23,7 @@
 
 @class AIWebKitMessageViewController;
 
- at interface AIWebKitDelegate : NSObject <NSDraggingDestination>{
+ at interface AIWebKitDelegate : NSObject {
 	NSMutableDictionary *mapping;
 }
 
diff -r 3de7cec9b4d4 -r 9bc0cfa2fa0d Plugins/WebKit Message View/AIWebKitMessageViewController.h
--- a/Plugins/WebKit Message View/AIWebKitMessageViewController.h	Tue Mar 15 22:59:57 2011 -0700
+++ b/Plugins/WebKit Message View/AIWebKitMessageViewController.h	Tue Mar 15 23:06:35 2011 -0700
@@ -23,7 +23,7 @@
  *	@class AIWebKitMessageViewController AIWebKitMessageViewController.h
  *	@brief Main class for the webkit message view. Most of the good stuff happens here
  */
- at interface AIWebKitMessageViewController : NSObject <AIMessageDisplayController,NSDraggingDestination> {
+ at interface AIWebKitMessageViewController : NSObject <AIMessageDisplayController> {
 	AIWebKitDelegate			*delegateProxy;
 	
 	id							plugin;




More information about the commits mailing list