Marino Faggiana 7 ani în urmă
părinte
comite
3bd9f46edd
2 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  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