From 28de7c48d897ac1b89157b58fb64c4cc6705b81e Mon Sep 17 00:00:00 2001 From: David Rose Date: Wed, 3 Mar 2004 20:16:40 +0000 Subject: [PATCH] oops --- panda/src/glxdisplay/glxGraphicsPipe.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/panda/src/glxdisplay/glxGraphicsPipe.cxx b/panda/src/glxdisplay/glxGraphicsPipe.cxx index aa790cad25..8f9ee3d988 100644 --- a/panda/src/glxdisplay/glxGraphicsPipe.cxx +++ b/panda/src/glxdisplay/glxGraphicsPipe.cxx @@ -588,7 +588,6 @@ make_hidden_cursor() { unsigned int x_size, y_size; XQueryBestCursor(_display, _root, 1, 1, &x_size, &y_size); - cerr << "best size is " << x_size << " x " << y_size << "\n"; Pixmap empty = XCreatePixmap(_display, _root, x_size, y_size, 1);