Marino Faggiana 7 lat temu
rodzic
commit
3bd9f46edd
2 zmienionych plików z 0 dodań i 2 usunięć
  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