]> git.sur5r.net Git - cc65/blobdiff - libsrc/c128/libref.s
Forgot a cast, sorry
[cc65] / libsrc / c128 / 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