Don't implement IRCConnectionDelegate on OFObject.

FossilOrigin-Name: c99e07382f3d50e498f16baf600180109fac6f844aa79b3ce0fa7068e32f7a2a
This commit is contained in:
Jonathan Schleifer 2013-02-14 00:32:02 +00:00
parent 97b6edeb00
commit 0ed61817fa
2 changed files with 71 additions and 131 deletions

View file

@ -25,11 +25,7 @@
@class IRCConnection;
@class IRCUser;
#ifndef IRC_CONNECTION_M
@protocol IRCConnectionDelegate <OFObject>
#else
@protocol IRCConnectionDelegate
#endif
#ifdef OF_HAVE_OPTIONAL_PROTOCOLS
@optional
#endif