diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-07 22:05:48 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2015-04-07 22:05:48 +0200 |
commit | 49fe7b0dd02ecf09bd06bf29e051ac966e39581e (patch) | |
tree | c4e69ea369a7500b4d12f2071d3008e525b5b03a /sys/src/9/pc/vga.c | |
parent | 39c3bc277d2fc0756843c5e3fd82500df0c95dcd (diff) |
kernel: move arrow cursor definition to port/devmouse.c
Diffstat (limited to 'sys/src/9/pc/vga.c')
-rw-r--r-- | sys/src/9/pc/vga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc/vga.c b/sys/src/9/pc/vga.c index c325fd4e2..9043d544d 100644 --- a/sys/src/9/pc/vga.c +++ b/sys/src/9/pc/vga.c @@ -20,7 +20,6 @@ static Rectangle window; static int *xp; static int xbuf[256]; Lock vgascreenlock; -int drawdebug; void vgaimageinit(ulong) |