mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove dead code
This commit is contained in:
parent
6ac5f2177f
commit
e4c3e9fe13
1 changed files with 0 additions and 7 deletions
|
@ -59,11 +59,4 @@ public class BoardActivity extends XWActivity {
|
|||
{
|
||||
return m_dlgt.onKeyUp( keyCode, event ) || super.onKeyUp( keyCode, event );
|
||||
}
|
||||
|
||||
private static void noteSkip()
|
||||
{
|
||||
String msg = "BoardActivity.feedMessage[s](): skipped because "
|
||||
+ "too many open Boards";
|
||||
DbgUtils.logf(msg );
|
||||
}
|
||||
} // class BoardActivity
|
||||
|
|
Loading…
Reference in a new issue