From e99414a3189c03cc9b420e45c8bda87ee9424806 Mon Sep 17 00:00:00 2001 From: michael starke Date: Thu, 13 Mar 2014 23:19:18 +0100 Subject: [PATCH] Removed obsolete forward declaration --- MacPass/MPEntryViewController.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MacPass/MPEntryViewController.h b/MacPass/MPEntryViewController.h index 398a3793..a1d1c00c 100644 --- a/MacPass/MPEntryViewController.h +++ b/MacPass/MPEntryViewController.h @@ -24,7 +24,6 @@ typedef NS_ENUM( NSUInteger, MPCopyContentTypeTag) { }; @class KPKEntry; -@class MPOutlineViewDelegate; @class MPDocumentWindowController; @class MPDocument;