Andy Scherzinger 9 년 전
부모
커밋
070e244a39
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/com/owncloud/android/ui/fragment/ExtendedListFragment.java

+ 0 - 1
src/com/owncloud/android/ui/fragment/ExtendedListFragment.java

@@ -72,7 +72,6 @@ public class ExtendedListFragment extends Fragment
     private static final String KEY_HEIGHT_CELL = "HEIGHT_CELL";
     private static final String KEY_EMPTY_LIST_MESSAGE = "EMPTY_LIST_MESSAGE";
     private static final String KEY_IS_GRID_VISIBLE = "IS_GRID_VISIBLE";
-    private static final String GRID_COLUMNS = "gridColumns";
     public static final float minColumnSize = 2.0f;
     public static final float maxColumnSize = 10.0f;