From 15ca6142feeca44721f6b5d0dc438b784483be94 Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Mon, 17 Apr 2023 13:02:24 -0400 Subject: [PATCH] Remove reference to AlertObject from core. --- MVMCore/MVMCore/LoadHandling/MVMCoreLoadDelegateProtocol.h | 1 - 1 file changed, 1 deletion(-) diff --git a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadDelegateProtocol.h b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadDelegateProtocol.h index 39ddc8b..db6f5b9 100644 --- a/MVMCore/MVMCore/LoadHandling/MVMCoreLoadDelegateProtocol.h +++ b/MVMCore/MVMCore/LoadHandling/MVMCoreLoadDelegateProtocol.h @@ -11,7 +11,6 @@ #import @class MVMCoreRequestParameters; @class MVMCoreErrorObject; -@class MVMCoreAlertObject; @class MVMCoreLoadObject; @protocol MVMCoreLoadDelegateProtocol