Remove incorrect comment.

svn path=/trunk/netsurf/; revision=2513
This commit is contained in:
James Bursa 2006-04-09 16:22:07 +00:00
parent 7d2c10b747
commit eaf8a13653
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ bool html_create(struct content *c, const char *params[])
return true;
no_memory:
/* memory allocated will be freed in html_destroy() */
msg_data.error = messages_get("NoMemory");
content_broadcast(c, CONTENT_MSG_ERROR, msg_data);
warn_user("NoMemory", 0);