1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-04 13:29:35 +00:00

Merge pull request #29 from greg-king5/mouseref

Removed commented-out "mouse_libref" lines.
This commit is contained in:
Oliver Schmidt 2013-08-23 04:54:13 -07:00
commit a49c1a5b6d
2 changed files with 0 additions and 4 deletions

View 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

View 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