From 9037bf3350e44c5b223c65585f6fe4223dcbb1c2 Mon Sep 17 00:00:00 2001 From: Matt Ronge Date: Mon, 10 Sep 2012 11:19:23 -0500 Subject: [PATCH] Had a duplicate init definition in the header --- Source/CTCoreMessage.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/CTCoreMessage.h b/Source/CTCoreMessage.h index f2d2b67..da59c48 100644 --- a/Source/CTCoreMessage.h +++ b/Source/CTCoreMessage.h @@ -86,11 +86,6 @@ */ - (id)initWithString:(NSString *)msgData; -/* - Creates an empty message -*/ -- (id)init; - /** If a method returns nil or in the case of a BOOL returns NO, call this to get the error that occured */