remove hybrid

This commit is contained in:
Pfeil, Scott Robert 2019-05-13 13:34:41 -04:00
parent c5f1785923
commit 2eedeed088

View File

@ -13,7 +13,6 @@ typedef NS_ENUM(NSInteger, MVMAppContext) {
MVMAppContextNone = 0, MVMAppContextNone = 0,
MVMAppContextMF, MVMAppContextMF,
MVMAppContextMFPrepay, MVMAppContextMFPrepay,
MVMAppContextHybridPrepay,
MVMAppContextContentTransfer MVMAppContextContentTransfer
}; };