瀏覽代碼

clear code

Marino Faggiana 7 年之前
父節點
當前提交
3bd9f46edd
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0 1
      iOSClient/Favorites/CCFavorites.h
  2. 0 1
      iOSClient/Photos/CCPhotos.h

+ 0 - 1
iOSClient/Favorites/CCFavorites.h

@@ -56,6 +56,5 @@
 
 - (void)readListingFavorites;
 - (void)addFavoriteFolder:(NSString *)serverUrl;
-- (void)reloadDatasource;
 
 @end

+ 0 - 1
iOSClient/Photos/CCPhotos.h

@@ -45,7 +45,6 @@
 - (void)downloadFileSuccess:(tableMetadata *)metadata;
 - (void)downloadFileFailure:(NSInteger)errorCode;
 
-- (void)reloadDatasource;
 - (void)reloadDatasourceForced;
 
 @end