From: Greg King Date: Fri, 23 Aug 2013 11:36:11 +0000 (-0400) Subject: Cleaned 2 source files by removing commented-out lines that are active in other files. X-Git-Tag: V2.15~239^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F29%2Fhead;p=cc65 Cleaned 2 source files by removing commented-out lines that are active in other files. --- 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