From 23bd3f67048c14e3569560c367381af76f6c4342 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 9 Sep 2013 10:00:33 +1000 Subject: Remove dealloc from @interface as it should not be directly called. --- cocoa/ScintillaView.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/cocoa/ScintillaView.h b/cocoa/ScintillaView.h index 3c737b258..6692a619b 100644 --- a/cocoa/ScintillaView.h +++ b/cocoa/ScintillaView.h @@ -84,7 +84,6 @@ extern NSString *const SCIUpdateUINotification; @property (nonatomic, assign) ScintillaView* owner; -- (void) dealloc; - (void) removeMarkedText; - (void) setCursor: (int) cursor; @@ -119,7 +118,6 @@ extern NSString *const SCIUpdateUINotification; @property (nonatomic, assign) id delegate; @property (nonatomic, readonly) NSScrollView *scrollView; -- (void) dealloc; - (void) positionSubViews; - (void) sendNotification: (NSString*) notificationName; -- cgit v1.2.3