mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
cleanup
This commit is contained in:
parent
b9df279cd5
commit
ef1746632b
1 changed files with 0 additions and 1 deletions
|
@ -343,7 +343,6 @@ public class GamesListDelegate extends ListDelegateBase
|
||||||
|
|
||||||
void moveGroup( long groupID, boolean moveUp )
|
void moveGroup( long groupID, boolean moveUp )
|
||||||
{
|
{
|
||||||
Log.d( TAG, "moveGroup(up=%b)", moveUp );
|
|
||||||
int src = getGroupPosition( groupID );
|
int src = getGroupPosition( groupID );
|
||||||
int dest = src + (moveUp ? -1 : 1);
|
int dest = src + (moveUp ? -1 : 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue