diff --git a/source/NVDAObjects/UIA/winConsoleUIA.py b/source/NVDAObjects/UIA/winConsoleUIA.py index 9674f590aaf..62f131d0e98 100644 --- a/source/NVDAObjects/UIA/winConsoleUIA.py +++ b/source/NVDAObjects/UIA/winConsoleUIA.py @@ -450,10 +450,6 @@ def event_UIA_notification(self, **kwargs): "Block notification events when diffing to prevent double reporting." log.debugWarning(f"Notification event blocked to avoid double-report: {kwargs}") - def _get_caretMovementDetectionUsesEvents(self) -> bool: - "Windows Terminal has a good implementation of caret move detection." - return True - class _NotificationsBasedWinTerminalUIA(UIA): """