From afeb75a1f7974e77e96102ea2b1c4c11e307748d Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Thu, 23 Feb 2012 17:34:43 +0000 Subject: [PATCH] Remove unused import. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@437 180e2498-e6e9-4542-8430-84ac67f01cd8 --- .../net/sf/openrocket/android/thrustcurve/TCQueryActivity.java | 1 - 1 file changed, 1 deletion(-) diff --git a/android/src/net/sf/openrocket/android/thrustcurve/TCQueryActivity.java b/android/src/net/sf/openrocket/android/thrustcurve/TCQueryActivity.java index 681ca0c1..c27c7744 100644 --- a/android/src/net/sf/openrocket/android/thrustcurve/TCQueryActivity.java +++ b/android/src/net/sf/openrocket/android/thrustcurve/TCQueryActivity.java @@ -3,7 +3,6 @@ package net.sf.openrocket.android.thrustcurve; import net.sf.openrocket.R; import net.sf.openrocket.android.util.AndroidLogWrapper; import net.sf.openrocket.android.util.ErrorDialogFragment; -import android.content.DialogInterface; import android.os.Bundle; import android.support.v4.app.FragmentActivity; import android.view.View; -- 2.47.2