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

Commit f8982cc

Browse files
author
a-wallen
committed
Remove unecessary override
1 parent f3cc8ef commit f8982cc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/web_ui/lib/window.dart

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ abstract class SingletonFlutterWindow extends FlutterWindow {
131131
platformDispatcher.onAccessibilityFeaturesChanged = callback;
132132
}
133133

134-
@override
135-
void updateSemantics(SemanticsUpdate update) => platformDispatcher.updateSemantics(update, this);
136-
137134
void sendPlatformMessage(
138135
String name,
139136
ByteData? data,

0 commit comments

Comments
 (0)