diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/de/blinkt/openvpn/VPNProfileList.java | 5 | ||||
| -rw-r--r-- | src/de/blinkt/openvpn/VpnProfile.java | 1 | 
2 files changed, 0 insertions, 6 deletions
| diff --git a/src/de/blinkt/openvpn/VPNProfileList.java b/src/de/blinkt/openvpn/VPNProfileList.java index 53c0707f..b21769af 100644 --- a/src/de/blinkt/openvpn/VPNProfileList.java +++ b/src/de/blinkt/openvpn/VPNProfileList.java @@ -1,13 +1,8 @@  package de.blinkt.openvpn;  import java.util.Collection; -import java.util.Collections;  import java.util.Comparator; -import java.util.LinkedList; -import java.util.List; -import java.util.SortedSet;  import java.util.TreeSet; -import java.util.Vector;  import android.app.Activity;  import android.app.AlertDialog; diff --git a/src/de/blinkt/openvpn/VpnProfile.java b/src/de/blinkt/openvpn/VpnProfile.java index 27ad783f..3255c0b4 100644 --- a/src/de/blinkt/openvpn/VpnProfile.java +++ b/src/de/blinkt/openvpn/VpnProfile.java @@ -24,7 +24,6 @@ import org.spongycastle.util.io.pem.PemWriter;  import android.content.Context;  import android.content.Intent;  import android.content.SharedPreferences; -import android.content.SharedPreferences.Editor;  import android.content.pm.ApplicationInfo;  import android.preference.PreferenceManager;  import android.security.KeyChain; | 
