summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-08-13 22:22:57 +0200
committerArne Schwabe <arne@rfc2549.org>2012-08-13 22:22:57 +0200
commit4dbad7ca28990e93f24e202c2e67c83d91a89215 (patch)
tree5804044f379c2a4a0ed22e03e27fee09d9ec79d0
parent21336ff78de3f14c8129f23a7c0477973901576e (diff)
organize imports
-rw-r--r--src/de/blinkt/openvpn/VPNProfileList.java5
-rw-r--r--src/de/blinkt/openvpn/VpnProfile.java1
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;