summaryrefslogtreecommitdiff
path: root/arm9/lib/src/MI_dma_gxcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm9/lib/src/MI_dma_gxcommand.c')
-rw-r--r--arm9/lib/src/MI_dma_gxcommand.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arm9/lib/src/MI_dma_gxcommand.c b/arm9/lib/src/MI_dma_gxcommand.c
index 32f98f60..8d1a891a 100644
--- a/arm9/lib/src/MI_dma_gxcommand.c
+++ b/arm9/lib/src/MI_dma_gxcommand.c
@@ -42,10 +42,6 @@ ARM_FUNC void MI_SendGXCommand(u32 dmaNo, const void *src, u32 commandLength)
ARM_FUNC void MI_SendGXCommandAsync(u32 dmaNo, const void *src, u32 commandLength, MIDmaCallback callback, void *arg)
{
- vu32 *dmaCntp;
- u32 leftLength = commandLength;
- u32 currentSrc = (u32)src;
-
if (!commandLength)
{
MIi_CallCallback(callback, arg);