diff options
Diffstat (limited to 'cad/src/commands/BuildAtoms/BuildAtoms_Command.py')
-rwxr-xr-x | cad/src/commands/BuildAtoms/BuildAtoms_Command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cad/src/commands/BuildAtoms/BuildAtoms_Command.py b/cad/src/commands/BuildAtoms/BuildAtoms_Command.py index 0142b2d2d..d31270be0 100755 --- a/cad/src/commands/BuildAtoms/BuildAtoms_Command.py +++ b/cad/src/commands/BuildAtoms/BuildAtoms_Command.py @@ -415,7 +415,6 @@ class BuildAtoms_Command(SelectAtoms_Command): def isHighlightingEnabled(self): """ overrides superclass method. - Note that this deprecates use of self.hover_highlighiting_enabled @see: anyCommand.isHighlightingEnabled() """ return env.prefs[buildModeHighlightingEnabled_prefs_key] |