diff --git a/MVMCore/MVMCore/Constants/MVMCoreConstants.h b/MVMCore/MVMCore/Constants/MVMCoreConstants.h index e653ffe..21148ad 100644 --- a/MVMCore/MVMCore/Constants/MVMCoreConstants.h +++ b/MVMCore/MVMCore/Constants/MVMCoreConstants.h @@ -9,13 +9,6 @@ #import #import -typedef NS_ENUM(NSInteger, MVMAppContext) { - MVMAppContextNone = 0, - MVMAppContextMF, - MVMAppContextMFPrepay, - MVMAppContextContentTransfer -}; - typedef NS_ENUM(NSInteger, NavigationType) { NavigationTypePush = 0, NavigationTypeSet,