mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-13 20:48:02 +01:00
Remove excess logging.
This commit is contained in:
parent
66d8a99bb1
commit
9e345c317f
1 changed files with 0 additions and 2 deletions
|
@ -454,7 +454,6 @@ considerGadgetFocus( const EventType* event, XP_U16 idLow, XP_U16 idHigh )
|
||||||
== &event->data.frmObjectFocusLost.objectID );
|
== &event->data.frmObjectFocusLost.objectID );
|
||||||
|
|
||||||
objectID = event->data.frmObjectFocusTake.objectID;
|
objectID = event->data.frmObjectFocusTake.objectID;
|
||||||
XP_LOGF( "%s: objectID=%d", __FUNCTION__, objectID );
|
|
||||||
handled = (objectID >= idLow) && (objectID <= idHigh);
|
handled = (objectID >= idLow) && (objectID <= idHigh);
|
||||||
if ( handled ) {
|
if ( handled ) {
|
||||||
if ( event->eType == frmObjectFocusTakeEvent ) {
|
if ( event->eType == frmObjectFocusTakeEvent ) {
|
||||||
|
@ -464,7 +463,6 @@ considerGadgetFocus( const EventType* event, XP_U16 idLow, XP_U16 idHigh )
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LOG_RETURNF( "%d", (XP_U16)handled );
|
|
||||||
return handled;
|
return handled;
|
||||||
} /* considerGadgetFocus */
|
} /* considerGadgetFocus */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue