Remove done todo. This should have been removed long ago when the motor list actually worked with PersistentExpandableListFragment.

This commit is contained in:
Kevin Ruland 2012-05-15 22:59:31 +00:00
parent bfbab58f51
commit 00519d820a

View File

@ -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
{