summaryrefslogtreecommitdiff
path: root/include/assert.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/assert.h')
-rwxr-xr-xinclude/assert.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/assert.h b/include/assert.h
index 5a134d7c9..0c1e5bf77 100755
--- a/include/assert.h
+++ b/include/assert.h
@@ -17,15 +17,6 @@
// on a standard GBA debugger unit or in emulators that
// support it.
-// no$gba support, due to the different method no$gba uses to print debug strings.
-// currently cannot use IsNoGba due to no$gba doing a gloriously fuck up of a job and
-// breaking the version identifier.
-#define AGBPrint(pBuf) \
-{ \
- NOGBAPrint(pBuf); \
- AGBPrint(pBuf); \
-}
-
void AGBPrintInit(void);
void AGBPutc(const char pBuf);
void AGBPrint(const char *pBuf);
@@ -33,8 +24,6 @@
void AGBPrintFlush1Block(void);
void AGBPrintFlush(void);
void AGBAssert(const char *pFile, int nLine, const char *pExpression, int nStopProgram);
- // NOGBA PROTOTYPE FOR LIBISAGBPRN.C
- void NOGBAPrint(const char *pBuf);
#endif
// when using AGB_WARNING, be sure to flush after as AGBAssert does not flush the string to console