summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--macosx/HBRemoteCore.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/HBRemoteCore.m b/macosx/HBRemoteCore.m
index 25902f6db..432eef871 100644
--- a/macosx/HBRemoteCore.m
+++ b/macosx/HBRemoteCore.m
@@ -245,7 +245,6 @@
dispatch_sync(dispatch_get_main_queue(), ^{
HBProgress progress = {currentProgress , hours, minutes, seconds};
- weakSelf.state = state;
weakSelf.progressHandler(state, progress, info);
});
}