David Rose 22 سال پیش
والد
کامیت
28de7c48d8
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      panda/src/glxdisplay/glxGraphicsPipe.cxx

+ 0 - 1
panda/src/glxdisplay/glxGraphicsPipe.cxx

@@ -588,7 +588,6 @@ make_hidden_cursor() {
 
 
   unsigned int x_size, y_size;
   unsigned int x_size, y_size;
   XQueryBestCursor(_display, _root, 1, 1, &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);
   Pixmap empty = XCreatePixmap(_display, _root, x_size, y_size, 1);