ref: 5ebb1a29d8250027e8b7f2287f3bfa3a6f3d13ac
parent: 75186be2c2aa5566f3c490e087c24e12c872216e
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";