From d0ed6ae79c83dfd5c1eedbd5a387703926b38b32 Mon Sep 17 00:00:00 2001 From: riccardom Date: Tue, 4 Aug 2009 18:41:09 +0000 Subject: [PATCH] Kill the extern since this would be the default. --- desmume/src/FIFO.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/desmume/src/FIFO.cpp b/desmume/src/FIFO.cpp index b149381a2..85bad6cab 100644 --- a/desmume/src/FIFO.cpp +++ b/desmume/src/FIFO.cpp @@ -246,8 +246,6 @@ void GFX_FIFOsend(u8 cmd, u32 param) NDS_RescheduleGXFIFO(); } -// this function used ONLY in new gxFIFO -extern void execHardware_doAllDma(EDMAMode modeNum); // this function used ONLY in new gxFIFO BOOL GFX_PIPErecv(u8 *cmd, u32 *param) {