(Android/Phoenix) nit

This commit is contained in:
ToadKing 2013-02-22 15:48:41 -05:00
parent 8d35c7f1be
commit 653ae663a2

View File

@ -315,11 +315,7 @@ public class RetroArch extends Activity implements
startActivity(i);
}
})
.setNegativeButton("No", new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
}
});
.setNegativeButton("No", null);
alert.show();
}
}