From 7c2a848ecccb95d010d8c0836c5d9c6a96b39da0 Mon Sep 17 00:00:00 2001 From: red031000 Date: Mon, 27 Jul 2020 01:11:45 +0100 Subject: some cleanups --- arm9/lib/include/MI_dma_gxcommand.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'arm9/lib/include/MI_dma_gxcommand.h') diff --git a/arm9/lib/include/MI_dma_gxcommand.h b/arm9/lib/include/MI_dma_gxcommand.h index 29aa9c72..7cc32ba2 100644 --- a/arm9/lib/include/MI_dma_gxcommand.h +++ b/arm9/lib/include/MI_dma_gxcommand.h @@ -29,9 +29,6 @@ typedef struct void MI_SendGXCommand(u32 dmaNo, const void *src, u32 commandLength); void MI_SendGXCommandAsync(u32 dmaNo, const void *src, u32 commandLength, MIDmaCallback callback, void *arg); -static void MIi_FIFOCallback(void); -static void MIi_DMACallback(void *); void MI_SendGXCommandAsyncFast(u32 dmaNo, const void *src, u32 commandLength, MIDmaCallback callback, void *arg); -static void MIi_DMAFastCallback(void *); #endif //POKEDIAMOND_MI_DMA_GXCOMMAND_H -- cgit v1.2.3