diff options
| author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-02 00:54:56 -0500 | 
|---|---|---|
| committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-02 00:54:56 -0500 | 
| commit | 6c5e0ef4d873ae89708b7ebc547f2243893359f4 (patch) | |
| tree | 54ea7b9298ad937e1ce64a8f8d4297e3d3a666d2 /include | |
| parent | d50dcfcdd37aedab6352e4953cb2be04f2691113 (diff) | |
remove function that doesn't exist anymore.
Diffstat (limited to 'include')
| -rwxr-xr-x | include/assert.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/include/assert.h b/include/assert.h index d724290fa..5a134d7c9 100755 --- a/include/assert.h +++ b/include/assert.h @@ -33,8 +33,7 @@      void AGBPrintFlush1Block(void);      void AGBPrintFlush(void);      void AGBAssert(const char *pFile, int nLine, const char *pExpression, int nStopProgram); -    // NOGBA PROTOTYPES FOR LIBISAGBPRN.C -    bool32 IsNoGba(void); +    // NOGBA PROTOTYPE FOR LIBISAGBPRN.C      void NOGBAPrint(const char *pBuf);  #endif | 
