OSDN Git Service

theme cleanups
[android-x86/external-koush-Widgets.git] / Widgets / src / com / koushikdutta / widgets / ListContentFragmentInternal.java
index bd77d34..cd41057 100644 (file)
@@ -163,7 +163,6 @@ public class ListContentFragmentInternal extends BetterListFragmentInternal {
             final FragmentManager fm = fa.getSupportFragmentManager();
             FragmentTransaction ft = fa.getSupportFragmentManager().beginTransaction();
             if (isPaged()) {
-                final int curSize = fm.getBackStackEntryCount();
                 View v = getFragment().getView();
                 Assert.assertNotNull(v);
                 final View l = v.findViewById(R.id.list_fragment);