summaryrefslogtreecommitdiff
path: root/image/jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'image/jpeg.c')
-rw-r--r--image/jpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/image/jpeg.c b/image/jpeg.c
index 87d251bac..e18d2b0a3 100644
--- a/image/jpeg.c
+++ b/image/jpeg.c
@@ -104,7 +104,6 @@ bool nsjpeg_convert(struct content *c, int w, int h)
msg_data.error = messages_get("NoMemory");
content_broadcast(c, CONTENT_MSG_ERROR, msg_data);
- warn_user("NoMemory", 0);
return false;
}