remove dead code

This commit is contained in:
Eric House 2019-01-05 11:46:48 -08:00
parent 3cf8d7571b
commit cace99818d

View file

@ -1063,23 +1063,6 @@ public class DictsDelegate extends ListDelegateBase
return items;
}
// private static Intent mkDownloadIntent( Context context, String dict_url )
// {
// Uri uri = Uri.parse( dict_url );
// Intent intent = new Intent( Intent.ACTION_VIEW, uri );
// intent.setFlags( Intent.FLAG_ACTIVITY_NEW_TASK );
// return intent;
// }
private static Intent mkDownloadIntent( Context context,
int lang, String dict )
{
Assert.fail();
return null;
// String dict_url = Utils.makeDictUri( context, lang, dict );
// return mkDownloadIntent( context, dict_url );
}
public static void downloadForResult( Delegator delegator, RequestCode requestCode,
int lang )
{