From ce246523acff86a900e771024802db8231514fec Mon Sep 17 00:00:00 2001 From: Scott Pfeil Date: Tue, 20 Jun 2023 16:07:47 -0400 Subject: [PATCH] remove old test code --- MVMCore/MVMCore/MainProtocols/MVMCoreGlobalLoadProtocol.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/MVMCore/MVMCore/MainProtocols/MVMCoreGlobalLoadProtocol.h b/MVMCore/MVMCore/MainProtocols/MVMCoreGlobalLoadProtocol.h index 9dc7d78..2b66238 100644 --- a/MVMCore/MVMCore/MainProtocols/MVMCoreGlobalLoadProtocol.h +++ b/MVMCore/MVMCore/MainProtocols/MVMCoreGlobalLoadProtocol.h @@ -46,6 +46,4 @@ /// Checks to see if the operation has content to show. - (BOOL)hasContentToShow:(nonnull MVMCoreLoadObject *)loadObject error:(nullable MVMCoreErrorObject *)error; -- (nonnull NSDictionary *)getJSON:(nonnull NSDictionary *)json; - @end