浏览代码

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];