From 181a0bb3720f615b9ef68235df4f50f396c31869 Mon Sep 17 00:00:00 2001 From: Johns Date: Mon, 5 Mar 2012 20:10:23 +0100 Subject: Move grab unsupported warning to low-level. --- softhddev.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'softhddev.c') diff --git a/softhddev.c b/softhddev.c index 4b9edcf..6121094 100644 --- a/softhddev.c +++ b/softhddev.c @@ -1760,9 +1760,6 @@ uint8_t *GrabImage(int *size, int jpeg, int quality, int width, int height) } return NULL; } - if (width != -1 && height != -1) { - Warning(_("softhddev: scaling unsupported\n")); - } return VideoGrab(size, &width, &height, 1); } -- cgit v1.2.3