From 54d4d760a9df7a5d576e4fc46b95ca1b3606f338 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Wed, 29 Sep 2004 14:19:09 +0000 Subject: [PATCH] Removed some really obsolete lines of code, why didn't anyone notice this sooner? --- zsnes/src/linux/sdlintrf.asm | 3 --- 1 file changed, 3 deletions(-) diff --git a/zsnes/src/linux/sdlintrf.asm b/zsnes/src/linux/sdlintrf.asm index 418420b3..6fec74cc 100644 --- a/zsnes/src/linux/sdlintrf.asm +++ b/zsnes/src/linux/sdlintrf.asm @@ -127,9 +127,6 @@ NEWSYM WinIntRFAsmStart ; made. GUI36hzcall should be called at 36hz after a call GUIInit and ; before GUIDeInit. - -SECTION .data -;NEWSYM OSPort, db 3 ; 0 = DOS (C), 1 = DOS (ASM), 2 = Linux, 3 = Win95 SECTION .text NEWSYM StartUp