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