From f1b7e755f2ce140d630c6f9dce6d085997348adc Mon Sep 17 00:00:00 2001 From: Nathaniel Madura Date: Thu, 18 Apr 2013 13:36:34 -0400 Subject: [PATCH] moved to seperate header file this typedef needed to move to a seperate header file so that it could be referenced in other header files, as there is no forward declartions for enums. --- MacPass/MPDatabaseDocument.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/MacPass/MPDatabaseDocument.h b/MacPass/MPDatabaseDocument.h index 42ea97e8..718f2ead 100644 --- a/MacPass/MPDatabaseDocument.h +++ b/MacPass/MPDatabaseDocument.h @@ -11,11 +11,6 @@ APPKIT_EXTERN NSString *const MPDidLoadDatabaseNotification; APPKIT_EXTERN NSString *const MPDatabaseDocumentDocumentKey; -typedef enum { - MPDatabaseVersion3, - MPDatabaseVersion4 -} MPDatabaseVersion; - @class KdbPassword; @class KdbGroup; @class KdbEntry;