Update src/vs/platform/accessibility/test/common/testAccessibilityService.ts

This commit is contained in:
Megan Rogge 2023-10-12 14:16:33 -07:00 committed by GitHub
parent 8b549edd41
commit d6e0b464c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,6 @@ export class TestAccessibilityService implements IAccessibilityService {
onDidChangeScreenReaderOptimized = Event.None;
onDidChangeReducedMotion = Event.None;
onDidRequestPlayClearAudioCue = Event.None;
isScreenReaderOptimized(): boolean { return false; }
isMotionReduced(): boolean { return false; }