mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-02 20:46:15 +01:00
remove dead code
This commit is contained in:
parent
3cf8d7571b
commit
cace99818d
1 changed files with 0 additions and 17 deletions
|
@ -1063,23 +1063,6 @@ public class DictsDelegate extends ListDelegateBase
|
||||||
return items;
|
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,
|
public static void downloadForResult( Delegator delegator, RequestCode requestCode,
|
||||||
int lang )
|
int lang )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue