]> git.sur5r.net Git - cc65/commitdiff
Cleaned 2 source files by removing commented-out lines that are active in other files. 29/head
authorGreg King <gregdk@users.sf.net>
Fri, 23 Aug 2013 11:36:11 +0000 (07:36 -0400)
committerGreg King <gregdk@users.sf.net>
Fri, 23 Aug 2013 11:36:11 +0000 (07:36 -0400)
libsrc/c128/libref.s
libsrc/c64/libref.s

index 4f65e3959c94e2bae5b0673a1ee7d5987ccdec5f..7a59236c574f2b12c5d94080a5ec653742c9e0d5 100644 (file)
@@ -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
index 4f65e3959c94e2bae5b0673a1ee7d5987ccdec5f..7a59236c574f2b12c5d94080a5ec653742c9e0d5 100644 (file)
@@ -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