removed obsolete readjoy function (replaced by modular joystick driver - both static and dynamic)

git-svn-id: svn://svn.cc65.org/cc65/trunk@1984 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-02-14 15:33:47 +00:00
parent 75e2ff1cec
commit d7257fb5bd
2 changed files with 1 additions and 49 deletions

View File

@@ -12,7 +12,7 @@ S_OBJS = startmousemode.o clearmousemode.o mouseup.o mouseoff.o\
drawsprite.o possprite.o enablsprite.o disablsprite.o\
ismseinregion.o inittextprompt.o promptoff.o prompton.o\
getnextchar.o\
mouse.o readjoy.o
mouse.o
all: $(S_OBJS)