Skip to content

Commit

Permalink
remove DriverSettingsMixin alias for AutoSettingsMixin (nvaccess#12144)
Browse files Browse the repository at this point in the history
* remove DriverSettingsMixin alias for AutoSettingsMixin

* update changes.t2t
  • Loading branch information
seanbudd authored Mar 11, 2021
1 parent 0d22a00 commit 16b8333
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions source/gui/settingsDialogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1389,11 +1389,6 @@ def onPanelActivated(self):
super().onPanelActivated()


#: DriverSettingsMixin name is provided or backwards compatibility.
# The name DriverSettingsMixin should be considered deprecated, use AutoSettingsMixin instead.
DriverSettingsMixin = AutoSettingsMixin


class VoiceSettingsPanel(AutoSettingsMixin, SettingsPanel):
# Translators: This is the label for the voice settings panel.
title = _("Voice")
Expand Down
1 change: 1 addition & 0 deletions user_docs/en/changes.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ What's New in NVDA
- EG 'controlTypes.IsCurrent.YES.displayString'
- `winKernel.GetTimeFormat` has been removed - use `winKernel.GetTimeFormatEx` instead (#12139)
- `winKernel.GetDateFormat` has been removed - use `winKernel.GetDateFormatEx` instead (#12139)
- `gui.DriverSettingsMixin` has been removed - use `gui.AutoSettingsMixin` (#12144)


= 2020.4 =
Expand Down

0 comments on commit 16b8333

Please sign in to comment.