uterm: input: plain: remove unused array
authorDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 1 Oct 2012 10:22:34 +0000 (12:22 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 1 Oct 2012 10:22:34 +0000 (12:22 +0200)
commit5b35f08aa002fad72d89fdcca1c0cab4e32c5683
treed796fa1c8329086bad877e6ebca15d16953ed1ca
parent54108a2b497eb31ba23ec3ee262407e08ad659c5
uterm: input: plain: remove unused array

We do not parse num-lock anymore, so remove the unused array. GCC didn't
warn about it, which is weird, but it's definitely not needed, anymore.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/uterm_input_plain.c