am 2ca51dc5: Remove the debugging code that left icons selected longer than they should be.

Merge commit '2ca51dc5f03f3ccd3ef4f55b8e4f068214008894'

* commit '2ca51dc5f03f3ccd3ef4f55b8e4f068214008894':
  Remove the debugging code that left icons selected longer than they should be.
This commit is contained in:
Joe Onorato
2009-09-17 09:54:01 -07:00
committed by Android Git Automerger
+1 -4
View File
@@ -618,9 +618,6 @@ public class AllAppsView extends RSSurfaceView
mScript.bindAllocation(mAllocLabelID, Defines.ALLOC_LABEL_IDS);
}
if (mAllAppsList != null) {
selectIcon(0); // TODO remove
}
mState.save();
}
@@ -715,7 +712,7 @@ public class AllAppsView extends RSSurfaceView
* You need to call save() on mState on your own after calling this.
*/
void clearSelectedIcon() {
//mState.selectedIconIndex = -1;
mState.selectedIconIndex = -1;
}
}
}