mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 22:20:24 +00:00
Merge branch 'matthiasc/for-main' into 'main'
Drop debug code See merge request GNOME/gtk!7536
This commit is contained in:
commit
fbcffb36c8
@ -306,10 +306,6 @@ download_p010 (guchar *dst,
|
||||
}
|
||||
MASK = 0xFFFF << (16 - SIZE);
|
||||
|
||||
static int counter = 0;
|
||||
if (counter++ < 8)
|
||||
return;
|
||||
|
||||
y_stride = dmabuf->planes[0].stride / 2;
|
||||
y_data = (const guint16 *) (src_data[0] + dmabuf->planes[0].offset);
|
||||
g_return_if_fail (sizes[0] >= dmabuf->planes[0].offset + height * dmabuf->planes[0].stride);
|
||||
|
Loading…
Reference in New Issue
Block a user