summaryrefslogtreecommitdiff
path: root/src/de/blinkt/openvpn/VPNProfileList.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/de/blinkt/openvpn/VPNProfileList.java')
-rw-r--r--src/de/blinkt/openvpn/VPNProfileList.java5
1 files changed, 0 insertions, 5 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;