From 0159358934487c8bb1fdf84e6f71d9ba270e684c Mon Sep 17 00:00:00 2001 From: Greg King Date: Fri, 23 Aug 2013 07:36:11 -0400 Subject: [PATCH] Cleaned 2 source files by removing commented-out lines that are active in other files. --- libsrc/c128/libref.s | 2 -- libsrc/c64/libref.s | 2 -- 2 files changed, 4 deletions(-) diff --git a/libsrc/c128/libref.s b/libsrc/c128/libref.s index 4f65e3959..7a59236c5 100644 --- a/libsrc/c128/libref.s +++ b/libsrc/c128/libref.s @@ -5,7 +5,6 @@ .export em_libref .export joy_libref -; .export mouse_libref .export ser_libref .export tgi_libref @@ -13,6 +12,5 @@ em_libref := _exit joy_libref := _exit -;mouse_libref := _exit ser_libref := _exit tgi_libref := _exit diff --git a/libsrc/c64/libref.s b/libsrc/c64/libref.s index 4f65e3959..7a59236c5 100644 --- a/libsrc/c64/libref.s +++ b/libsrc/c64/libref.s @@ -5,7 +5,6 @@ .export em_libref .export joy_libref -; .export mouse_libref .export ser_libref .export tgi_libref @@ -13,6 +12,5 @@ em_libref := _exit joy_libref := _exit -;mouse_libref := _exit ser_libref := _exit tgi_libref := _exit