diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-05 17:51:24 -0700 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-02-05 17:51:24 -0700 |
commit | 72fd6621a988fcc25d1fa93b977cb7d0a88c96d6 (patch) | |
tree | ecc0f9cefad5238a4d41f45dd171ca19dd788c06 /src/se/leap/leapclient/Dashboard.java | |
parent | 7cd61e51f9f50b2a8f8258ee829ae313281e5f4b (diff) |
Clean up unused imports
Diffstat (limited to 'src/se/leap/leapclient/Dashboard.java')
-rw-r--r-- | src/se/leap/leapclient/Dashboard.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/se/leap/leapclient/Dashboard.java b/src/se/leap/leapclient/Dashboard.java index 3f32bde3..c3c6a07f 100644 --- a/src/se/leap/leapclient/Dashboard.java +++ b/src/se/leap/leapclient/Dashboard.java @@ -1,9 +1,5 @@ package se.leap.leapclient; -import java.io.BufferedReader; -import java.io.IOException; -import java.io.InputStreamReader; - import se.leap.openvpn.AboutFragment; import se.leap.openvpn.MainActivity; import android.app.Activity; @@ -11,7 +7,6 @@ import android.app.Fragment; import android.app.FragmentTransaction; import android.content.Intent; import android.content.SharedPreferences; -import android.content.res.AssetManager; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; |