diff --git a/common/draw.c b/common/draw.c index 00bc4d910..27e7a50d1 100644 --- a/common/draw.c +++ b/common/draw.c @@ -68,9 +68,6 @@ draw_iso2utf8(const char *iso, size_t len) size_t utf8len; char *utf8, *utf8p; - if(len < 0) - len = a_strlen(iso); - if(!len) return NULL;