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

Commit dfa56b7

Browse files
committed
removed unused variable
1 parent eeebd33 commit dfa56b7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shell/platform/darwin/graphics/FlutterDarwinContextMetalSkia.mm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@ - (instancetype)initWithMTLDevice:(id<MTLDevice>)device
8484
}
8585

8686
- (sk_sp<GrDirectContext>)createGrContext {
87-
const auto contextOptions =
88-
flutter::MakeDefaultContextOptions(flutter::ContextType::kRender, GrBackendApi::kMetal);
8987
id<MTLDevice> device = _device;
9088
id<MTLCommandQueue> commandQueue = _commandQueue;
9189
return [FlutterDarwinContextMetalSkia createGrContext:device commandQueue:commandQueue];

0 commit comments

Comments
 (0)