diff options
author | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-02 22:54:28 -0600 |
---|---|---|
committer | Sean Leonard <meanderingcode@aetherislands.net> | 2013-07-18 15:44:51 -0600 |
commit | 85cbeb46d371b96af0034f08e2e323d3bc202c49 (patch) | |
tree | adb2339052a4a5d50251a7e7d4eb9db12ed033e5 /src/se/leap/leapclient/Dashboard.java | |
parent | 5cbcbba9df34916009b05cc17b721638afa62478 (diff) |
Move AboutFragment into leapclient package
Diffstat (limited to 'src/se/leap/leapclient/Dashboard.java')
-rw-r--r-- | src/se/leap/leapclient/Dashboard.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/se/leap/leapclient/Dashboard.java b/src/se/leap/leapclient/Dashboard.java index a429d3b3..1b6b8e38 100644 --- a/src/se/leap/leapclient/Dashboard.java +++ b/src/se/leap/leapclient/Dashboard.java @@ -6,7 +6,6 @@ import org.json.JSONException; import org.json.JSONObject; import se.leap.leapclient.ProviderAPIResultReceiver.Receiver; -import se.leap.openvpn.AboutFragment; import se.leap.openvpn.LogWindow; import se.leap.openvpn.MainActivity; import se.leap.openvpn.OpenVPN; |