Comment out a printf.

This commit is contained in:
ramiro 1998-06-04 08:51:10 +00:00
parent 8e5f8f7422
commit cac8d75977

View File

@ -655,8 +655,10 @@ DragMotion(Widget w,Widget descendant,int x,int y)
static void
DescendantMotion(Widget w,Widget descendant,int x,int y)
{
#if 0
printf("DescendantMotion(%s,%s,%d,%d)\n",
XtName(w),descendant ? XtName(descendant) : "NULL",x,y);
#endif
}
/*----------------------------------------------------------------------*/
static void