remove some debug info

This commit is contained in:
Bill Currie 2001-01-16 19:59:08 +00:00
parent 92b7f5f8f0
commit 00b9b23076

View file

@ -358,10 +358,6 @@ event_motion (XEvent * event)
mouse_x += event->xmotion.x_root * in_dga_mouseaccel->value;
mouse_y += event->xmotion.y_root * in_dga_mouseaccel->value;
} else {
if (!p_mouse_x && !p_mouse_y) {
Con_Printf ("event->xmotion.x: %d\n", event->xmotion.x);
Con_Printf ("event->xmotion.y: %d\n", event->xmotion.y);
}
if (vid_fullscreen->int_val || _windowed_mouse->int_val) {
if (!event->xmotion.send_event) {
mouse_x += (event->xmotion.x - p_mouse_x);