From 3a418c13a7ab9790bb9b43bfc435056827a79e64 Mon Sep 17 00:00:00 2001 From: Fabio Battaglia Date: Wed, 30 Dec 2009 22:56:19 +0000 Subject: remove bad hackery caused by n64 port and avoid polluting StdioStream using a custom Stream subclass svn-id: r46777 --- common/debug.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'common/debug.cpp') diff --git a/common/debug.cpp b/common/debug.cpp index afdb794273..f6dc065c88 100644 --- a/common/debug.cpp +++ b/common/debug.cpp @@ -45,15 +45,6 @@ #define fflush(file) DS::std_fflush(file) #endif -#ifdef __N64__ - #include - - #define fputs(str, file) asm("nop"); - #define fflush(a) asm("nop"); - #define OutputDebugString addLineTextLayer -#endif - - // TODO: Move gDebugLevel into namespace Common. int gDebugLevel = -1; -- cgit v1.2.3