Skip to content

Commit

Permalink
Synth driver handler: remove deprecated i18n name attribute. (PR #6877)
Browse files Browse the repository at this point in the history
partial fix for #6846, and #5185

Removed deprecated `i18nName` for synth settings, replaced by `displayName` and `displayNameWithAccelerator`.
  • Loading branch information
josephsl authored and feerrenrut committed Apr 4, 2017
1 parent af4f4fa commit 307e960
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/synthDriverHandler.py
Expand Up @@ -139,8 +139,6 @@ def __init__(self,name,displayNameWithAccelerator,availableInSynthSettingsRing=T
"""
self.name=name
self.displayNameWithAccelerator=displayNameWithAccelerator
#: @deprecated: Use L{displaynameWithAccelerator} and L{displayName} instead.
self.i18nName=displayNameWithAccelerator
if not displayName:
# Strip accelerator from displayNameWithAccelerator.
displayName=displayNameWithAccelerator.replace("&","")
Expand Down

0 comments on commit 307e960

Please sign in to comment.