Oops, forgot a clean-up - Federico

This commit is contained in:
Arturo Espinosa 1998-01-28 03:51:48 +00:00
parent bad1cb0f37
commit 7b2f9afe4c

View File

@ -583,9 +583,6 @@ gtk_handle_box_motion (GtkWidget *widget,
if (hb->is_being_dragged)
{
newx = event->x_root - hb->dragoff_x;
newy = event->y_root - hb->dragoff_y;
if ((abs (hb->steady_x - newx) < SNAP_TOLERANCE)
&& (abs (hb->steady_y - newy) < SNAP_TOLERANCE))
{