devmouse: remove unused static map[] array
This commit is contained in:
parent
b3c1fa9ecf
commit
5d353d62fe
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue