m68k/atari: atakeyb.c - Remove some unused functions
authorRickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Thu, 1 Jan 2015 15:37:57 +0000 (16:37 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 11 Jan 2015 10:38:44 +0000 (11:38 +0100)
Remove some functions that are not used anywhere:
atari_kbd_leds() ikbd_exec() ikbd_mem_read() ikbd_mem_write()
ikbd_clock_get() ikbd_clock_set() ikbd_pause() ikbd_resume()

This was partially found by using a static code analysis program called
cppcheck.

Signed-off-by: Rickard Strandqvist <rickard_strandqvist@spectrumdigital.se>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

No differences found