From 5ebb1a29d8250027e8b7f2287f3bfa3a6f3d13ac Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Sun, 28 Feb 2016 03:06:42 +0100 Subject: devdraw: remove unused Edepth[] --- sys/src/9/port/devdraw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/src/9/port/devdraw.c b/sys/src/9/port/devdraw.c index a1e84d9e4..b5053064c 100644 --- a/sys/src/9/port/devdraw.c +++ b/sys/src/9/port/devdraw.c @@ -183,7 +183,6 @@ static char Ewriteoutside[] = "writeimage outside image"; static char Enotfont[] = "image not a font"; static char Eindex[] = "character index out of range"; static char Enoclient[] = "no such draw client"; -static char Edepth[] = "image has bad depth"; static char Enameused[] = "image name in use"; static char Enoname[] = "no image with that name"; static char Eoldname[] = "named image no longer valid"; -- cgit v1.2.3