mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-10 17:24:29 +00:00
Comment out a printf.
This commit is contained in:
parent
8e5f8f7422
commit
cac8d75977
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user