RSVG content handler: Remove unused assignement.

This commit is contained in:
Michael Drake 2017-08-28 12:16:24 +01:00
parent 8de5625193
commit ba0283f526
1 changed files with 0 additions and 1 deletions

View File

@ -178,7 +178,6 @@ static bool rsvg_convert(struct content *c)
if ((d->bitmap = guit->bitmap->create(c->width, c->height,
BITMAP_NEW)) == NULL) {
LOG("Failed to create bitmap for rsvg render.");
msg_data.error = messages_get("NoMemory");
content_broadcast_errorcode(c, NSERROR_NOMEM);
return false;
}