clean up code

This commit is contained in:
sonora 2015-05-22 01:19:47 +02:00
parent 5bbaae5395
commit 990e8f6cad

View file

@ -188,7 +188,6 @@ public class DashWaypointsFragment extends DashLocationFragment {
Builder builder = new AlertDialog.Builder(view.getContext());
// Stop the navigation
builder.setTitle(getString(R.string.delete_target_point));
//builder.setMessage(getString(R.string.clear_destination));
builder.setMessage(PointDescription.getSimpleName(point, getActivity()));
builder.setPositiveButton(R.string.shared_string_yes, new DialogInterface.OnClickListener() {
@Override