forked from AuroraMiddleware/gtk
wayland: remove embarrassing g_print()s
This commit is contained in:
parent
5f59d7de1e
commit
de7e27bc97
@ -1029,8 +1029,6 @@ gdk_wayland_cairo_surface_destroy (void *p)
|
||||
{
|
||||
GdkWaylandCairoSurfaceData *data = p;
|
||||
|
||||
g_print ("EHMMMM...\n");
|
||||
|
||||
if (data->buffer)
|
||||
wl_buffer_destroy (data->buffer);
|
||||
|
||||
@ -1058,8 +1056,6 @@ _gdk_wayland_display_create_shm_surface (GdkWaylandDisplay *display,
|
||||
data->scale = scale;
|
||||
data->busy = FALSE;
|
||||
|
||||
g_print ("create shm surface...\n");
|
||||
|
||||
stride = width * 4;
|
||||
|
||||
data->pool = create_shm_pool (display->shm,
|
||||
|
Loading…
Reference in New Issue
Block a user