[gtk/wip/chergert/glproto] remove debug code
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/glproto] remove debug code
- Date: Sat, 2 Jan 2021 05:48:58 +0000 (UTC)
commit 2d7f30e00919f82c6d0c3ef937222f06487b32f7
Author: Christian Hergert <chergert redhat com>
Date: Fri Jan 1 21:48:52 2021 -0800
remove debug code
gsk/next/gskgluniformstate.c | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/gsk/next/gskgluniformstate.c b/gsk/next/gskgluniformstate.c
index 1328402c77..ffa7eac504 100644
--- a/gsk/next/gskgluniformstate.c
+++ b/gsk/next/gskgluniformstate.c
@@ -500,11 +500,8 @@ gsk_gl_uniform_state_set_matrix (GskGLUniformState *state,
g_assert (program > 0);
g_assert (matrix != NULL);
- g_print ("Set matrix: %u %u\n", program, location);
-
if ((u = get_uniform (state, program, GSK_GL_UNIFORM_FORMAT_MATRIX, 1, location, &info)))
{
- g_print (" initial = %d\n", info->initial);
if (!info->initial)
{
if (graphene_matrix_equal_fast (u, matrix) ||
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]