diff -r 9d67172bb323 -r 70590cc555aa BLIP/BLIP_Internal.h --- a/BLIP/BLIP_Internal.h Fri May 23 17:37:36 2008 -0700 +++ b/BLIP/BLIP_Internal.h Thu Jun 19 10:22:19 2008 -0700 @@ -44,9 +44,6 @@ #define kBLIPFrameHeaderMagicNumber 0x9B34F205 -NSError *BLIPMakeError( int errorCode, NSString *message, ... ) __attribute__ ((format (__NSString__, 2, 3))); - - @interface BLIPConnection () - (void) _dispatchRequest: (BLIPRequest*)request; - (void) _dispatchResponse: (BLIPResponse*)response;