mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-30 10:26:58 +01:00
remove unused imports
This commit is contained in:
parent
ea617f39fa
commit
aa0be5e2f2
1 changed files with 0 additions and 3 deletions
|
@ -25,17 +25,14 @@ import java.lang.Thread;
|
|||
import android.widget.Toast;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.DialogInterface;
|
||||
import android.widget.CheckBox;
|
||||
import android.app.Activity;
|
||||
import android.app.Dialog;
|
||||
import android.app.AlertDialog;
|
||||
import android.widget.EditText;
|
||||
import android.widget.TextView;
|
||||
import android.view.View;
|
||||
import android.text.format.Time;
|
||||
import java.util.Formatter;
|
||||
import android.view.LayoutInflater;
|
||||
import android.net.Uri;
|
||||
import junit.framework.Assert;
|
||||
|
||||
|
|
Loading…
Reference in a new issue