summaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
Diffstat (limited to 'gui')
-rw-r--r--gui/LnxMain.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c
index 8e04bc96..c0ff8e72 100644
--- a/gui/LnxMain.c
+++ b/gui/LnxMain.c
@@ -449,11 +449,6 @@ int main(int argc, char *argv[]) {
}
int SysInit() {
-#ifdef GTE_DUMP
- gteLog = fopen("gteLog.txt","wb");
- setvbuf(gteLog, NULL, _IONBF, 0);
-#endif
-
#ifdef EMU_LOG
#ifndef LOG_STDOUT
emuLog = fopen("emuLog.txt","wb");