removed unused imports

Change-Id: I26fd85aa922e73c49ac319ed2b9f9e31603ced7b
This commit is contained in:
Christian Mehlmauer
2010-05-20 21:06:37 +02:00
parent 4b5c09f29e
commit ed674c1ec7

View File

@@ -49,14 +49,9 @@ OS / Morse Code Vibrator
*/ */
public class MorseCode extends Activity public class MorseCode extends Activity
{ {
/** Tag string for our debug logs */
private static final String TAG = "MorseCode";
/** Our text view */ /** Our text view */
private TextView mTextView; private TextView mTextView;
;
/** /**
* Initialization of the Activity after it is first created. Must at least * Initialization of the Activity after it is first created. Must at least
* call {@link android.app.Activity#setContentView setContentView()} to * call {@link android.app.Activity#setContentView setContentView()} to