From 5130574db86248fc3158c6fc2fa94879b460f87b Mon Sep 17 00:00:00 2001 From: Tae Won Ha Date: Sun, 3 Mar 2013 20:14:03 +0100 Subject: [PATCH] #7 forgot to delete unused method declaration --- Qmind/QMCellEditor.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Qmind/QMCellEditor.h b/Qmind/QMCellEditor.h index 04a6a61..a51c98e 100644 --- a/Qmind/QMCellEditor.h +++ b/Qmind/QMCellEditor.h @@ -21,8 +21,6 @@ @property (weak) id delegate; @property (readonly, weak) QMCell *currentlyEditedCell; -- (id)initWithView:(QMMindmapView *)aView; - - (void)beginEditStringValueForCell:(QMCell *)cellToEdit; - (BOOL)isEditing; - (void)endEditing;