devdraw: remove unused Edepth[]

This commit is contained in:
cinap_lenrek 2016-02-28 03:06:42 +01:00
parent 75186be2c2
commit 5ebb1a29d8

View file

@ -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";