Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 8bee545

Browse files
committed
Remove leftover code
1 parent 2d3ee50 commit 8bee545

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/darwin/macos/framework/Source/FlutterSurfaceManager.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ - (void)presentSurfaces:(NSArray<FlutterSurfacePresentInfo*>*)surfaces
250250
CFTimeInterval minPresentationTime = (presentationTime + _lastPresentationTime) / 2.0;
251251
CFTimeInterval now = CACurrentMediaTime();
252252
if (now < minPresentationTime) {
253-
// [NSThread sleepForTimeInterval:minPresentationTime - now];
254253
NSTimer* timer = [NSTimer timerWithTimeInterval:minPresentationTime - now
255254
repeats:NO
256255
block:^(NSTimer* timer) {

0 commit comments

Comments
 (0)