devmouse: remove unused static map[] array

This commit is contained in:
cinap_lenrek 2016-12-11 16:02:30 +01:00
parent b3c1fa9ecf
commit 5d353d62fe

View file

@ -237,7 +237,6 @@ mouseread(Chan *c, void *va, long n, vlong off)
{
char buf[1+4*12+1];
uchar *p;
static int map[8] = {0, 4, 2, 6, 1, 5, 3, 7 };
ulong offset = off;
Mousestate m;
int b;