forked from 12to11/12to11
; * xerror.c (CategorizeClients): Remove debugging code.
This commit is contained in:
parent
45df6087d6
commit
e2afe671df
1 changed files with 0 additions and 4 deletions
4
xerror.c
4
xerror.c
|
@ -228,10 +228,6 @@ CategorizeClients (struct wl_list *client_list,
|
||||||
categories[i++] = MemoryCategoryV;
|
categories[i++] = MemoryCategoryV;
|
||||||
clients[i - 1] = client;
|
clients[i - 1] = client;
|
||||||
}
|
}
|
||||||
|
|
||||||
fprintf (stderr,
|
|
||||||
"%p %"PRIu64" %"PRIu64" %u\n", client, total, data->n_pixels,
|
|
||||||
categories[i - 1]);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue