summaryrefslogtreecommitdiff
path: root/sys/src/9/pc/vga.c
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2015-04-07 22:05:48 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2015-04-07 22:05:48 +0200
commit49fe7b0dd02ecf09bd06bf29e051ac966e39581e (patch)
treec4e69ea369a7500b4d12f2071d3008e525b5b03a /sys/src/9/pc/vga.c
parent39c3bc277d2fc0756843c5e3fd82500df0c95dcd (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.c1
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)