mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-02 20:46:15 +01:00
cleanup
This commit is contained in:
parent
cbe2c6f5f3
commit
0d8fef5c56
1 changed files with 3 additions and 4 deletions
|
@ -528,10 +528,9 @@ public class DelegateBase implements DlgClickNotify,
|
||||||
m_dlgDelegate.eventOccurred( event, args );
|
m_dlgDelegate.eventOccurred( event, args );
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if ( BuildConfig.DEBUG ) {
|
DbgUtils.logdf( "DelegateBase.eventOccurred(event=%s) (DROPPED)",
|
||||||
DbgUtils.logf( "DelegateBase.eventOccurred(event=%s) (DROPPED)",
|
event.toString() );
|
||||||
event.toString() );
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( 0 != fmtId ) {
|
if ( 0 != fmtId ) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue