diff options
author | red031000 <rubenru09@aol.com> | 2020-06-30 14:16:45 +0100 |
---|---|---|
committer | red031000 <rubenru09@aol.com> | 2020-06-30 14:16:45 +0100 |
commit | b338b254b452ebfae1cb455d75ad22eb8a838510 (patch) | |
tree | 19a3644fd1cc5a65405b9c5c1fea0501f9ad6119 /arm9/lib/src | |
parent | 1f9c3382c451382756934e0eaf7d35b51ce3b1d4 (diff) |
remove unused vars
Diffstat (limited to 'arm9/lib/src')
-rw-r--r-- | arm9/lib/src/MI_dma_gxcommand.c | 4 |
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); |