emotion: remove useless warning.

SVN revision: 63120
This commit is contained in:
Cedric BAIL 2011-09-03 12:54:06 +00:00
parent 64906f8485
commit 565b2542a2
1 changed files with 0 additions and 2 deletions

View File

@ -118,7 +118,6 @@ _evas_video_i420(unsigned char *evas_data, const unsigned char *gst_data, unsign
for (j = 0; j < (rh / 2); j++, i++)
rows[i] = &gst_data[h * w + h * (w / 4) + j * (w / 2)];
WRN("I420: %i (max: %i for height %i, real height = %i) = %p", i, 2 * h, h, rh, evas_data);
}
static void
@ -140,7 +139,6 @@ _evas_video_yv12(unsigned char *evas_data, const unsigned char *gst_data, unsign
for (j = 0; j < (rh / 2); j++, i++)
rows[i] = &gst_data[h * w + j * (w / 2)];
WRN("YV12: %i (max: %i for height %i, real height = %i) = %p", i, 2 * h, h, rh, evas_data);
}
static void