diff --git a/src/com/sexy/sexypa/SexyPAActivity.java b/src/com/sexy/sexypa/SexyPAActivity.java index ee538d1..650acb6 100644 --- a/src/com/sexy/sexypa/SexyPAActivity.java +++ b/src/com/sexy/sexypa/SexyPAActivity.java @@ -35,7 +35,6 @@ public class SexyPAActivity extends Activity implements View.OnClickListener, Te tts = new TextToSpeech(this, this); findViewById(R.id.play).setOnClickListener(this); - //Typeface myFont = Typeface.createFromAsset(getAssets(), "fonts/Prata-Regular.ttf"); Typeface myFont = Typeface.createFromAsset(getAssets(), "fonts/AdventPro-Medium.ttf"); EditText spokenWord = (EditText)findViewById(R.id.editText1);