summaryrefslogtreecommitdiff
path: root/sys/src/9
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-02-28 03:06:42 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2016-02-28 03:06:42 +0100
commit5ebb1a29d8250027e8b7f2287f3bfa3a6f3d13ac (patch)
treeacd5ab095502fb0fc5261693fe7a579a39291a09 /sys/src/9
parent75186be2c2aa5566f3c490e087c24e12c872216e (diff)
devdraw: remove unused Edepth[]
Diffstat (limited to 'sys/src/9')
-rw-r--r--sys/src/9/port/devdraw.c1
1 files changed, 0 insertions, 1 deletions
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";