소스 검색

remove old code /* */

Marino Faggiana 8 년 전
부모
커밋
fb271d5734
1개의 변경된 파일1개의 추가작업 그리고 6개의 파일을 삭제
  1. 1 6
      iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

+ 1 - 6
iOSClient/MenuAccount+ControlCenter/CCControlCenterActivity.m

@@ -112,12 +112,7 @@
     return [_sectionDataSource count];
 }
 
-/*
-- (UIEdgeInsets)collectionView:(UICollectionView *)collectionView layout:(UICollectionViewLayout*)collectionViewLayout insetForSectionAtIndex:(NSInteger)section
-{
-    return UIEdgeInsetsMake(40, 10, 0, 0);
-}
-*/
+
 - (NSInteger)collectionView:(UICollectionView *)collectionView numberOfItemsInSection:(NSInteger)section
 {
     TableActivity *activity = [_sectionDataSource objectAtIndex:section];