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

Commit bce804f

Browse files
committed
Clean up and remove test since unit testing on mac not set up?
1 parent 97acb46 commit bce804f

File tree

2 files changed

+0
-30
lines changed

2 files changed

+0
-30
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,6 @@ - (NSDictionary*)clipboardHasStrings {
549549
NSString* string = data[@"text"];
550550
BOOL hasStrings = string.length > 0;
551551
return @{@"value" : @(hasStrings)};
552-
/*
553-
UIPasteboard* pasteboard = [UIPasteboard generalPasteboard];
554-
return @{@"value" : @(pasteboard.hasStrings)};
555-
*/
556552
}
557553

558554
#pragma mark - FlutterViewReshapeListener

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

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)