From: kruland2607 Date: Tue, 15 May 2012 22:59:31 +0000 (+0000) Subject: Remove done todo. This should have been removed long ago when the motor list actuall... X-Git-Tag: upstream/12.09^2~265 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=48c79bc86599aacc8633e942875a322f026f31b5;p=debian%2Fopenrocket Remove done todo. This should have been removed long ago when the motor list actually worked with PersistentExpandableListFragment. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@683 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/android/src/net/sf/openrocket/android/motor/MotorListFragment.java b/android/src/net/sf/openrocket/android/motor/MotorListFragment.java index 220eba3f..efe5f40f 100644 --- a/android/src/net/sf/openrocket/android/motor/MotorListFragment.java +++ b/android/src/net/sf/openrocket/android/motor/MotorListFragment.java @@ -26,10 +26,6 @@ import android.widget.ResourceCursorTreeAdapter; import android.widget.TextView; -/* - * TODO - make this work with PersistentExpandableListFragment. - * - */ public class MotorListFragment extends PersistentExpandableListFragment implements SharedPreferences.OnSharedPreferenceChangeListener {