mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
cleanup
This commit is contained in:
parent
a0134a8500
commit
d469467fcc
1 changed files with 0 additions and 11 deletions
|
@ -25,14 +25,10 @@ import android.app.Dialog;
|
|||
import android.content.Context;
|
||||
import android.content.DialogInterface;
|
||||
import android.content.Intent;
|
||||
// import android.content.res.Resources;
|
||||
// import android.net.Uri;
|
||||
import android.os.Bundle;
|
||||
import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
// import android.view.Window;
|
||||
import android.widget.AdapterView;
|
||||
// import android.widget.ArrayAdapter;
|
||||
import android.widget.Button;
|
||||
import android.widget.LinearLayout;
|
||||
import android.widget.CheckBox;
|
||||
|
@ -40,11 +36,6 @@ import android.widget.CompoundButton;
|
|||
import android.widget.ListView;
|
||||
import android.os.Handler;
|
||||
|
||||
// import android.widget.TextView;
|
||||
// import android.app.AlertDialog;
|
||||
// import java.util.ArrayList;
|
||||
// import android.util.AttributeSet;
|
||||
|
||||
import junit.framework.Assert;
|
||||
|
||||
public class BTInviteActivity extends XWListActivity
|
||||
|
@ -72,8 +63,6 @@ public class BTInviteActivity extends XWListActivity
|
|||
|
||||
setContentView( R.layout.btinviter );
|
||||
|
||||
// getListView().setOnItemClickListener( this );
|
||||
|
||||
m_okButton = (Button)findViewById( R.id.button_ok );
|
||||
m_okButton.setOnClickListener( this );
|
||||
m_rescanButton = (Button)findViewById( R.id.button_rescan );
|
||||
|
|
Loading…
Reference in a new issue