Skip to content

Commit

Permalink
Incubates #6877
Browse files Browse the repository at this point in the history
Re Issue #6846
Merge branch 'josephsl-i6846-removeSynthSettingsI18NName' into next
  • Loading branch information
feerrenrut committed Mar 18, 2017
2 parents 2ba6225 + c3578ed commit 7a95b43
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 7a95b43

Please sign in to comment.