ref: dca868e6dcfb59d704ea57cb2c633e58f475caf9
parent: 4924447cb2a90d6a15bc0452572e2c3cae8b07d6
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sat Feb 27 22:06:42 EST 2016
devdraw: remove unused Edepth[]
--- a/sys/src/9/port/devdraw.c
+++ b/sys/src/9/port/devdraw.c
@@ -183,7 +183,6 @@
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";
--
⑨