diff --git a/matrixConsole/API/MediaLoader.m b/matrixConsole/API/MediaLoader.m index 86dddb507..f868b798c 100644 --- a/matrixConsole/API/MediaLoader.m +++ b/matrixConsole/API/MediaLoader.m @@ -167,9 +167,6 @@ NSString *const kMediaLoaderProgressDownloadRateKey = @"kMediaLoaderProgressDown } - (IBAction)progressCheckTimeout:(id)sender { - // remove the bitrate -> can be invalid - [statisticsDict removeObjectForKey:kMediaLoaderProgressDownloadRateKey]; - [[NSNotificationCenter defaultCenter] postNotificationName:kMediaDownloadProgressNotification object:mediaURL userInfo:statisticsDict]; [progressCheckTimer invalidate]; progressCheckTimer = nil;