diff options
Diffstat (limited to 'softhddev.c')
| -rw-r--r-- | softhddev.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); } |
