Skip to content

Commit

Permalink
removed redundant setting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetcemturan committed Oct 19, 2012
1 parent e5c188b commit ce5af86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __init__(self):
self.activateDwindle = settings.BooleanSetting().getFromValue('Activate Dwindle', self, False)
settings.LabelSeparator().getFromRepository(self)
self.endRateMultiplier = settings.FloatSpin().getFromValue(0.4, 'End Rate Multiplier (ratio):', self, 1.5, 1.0)
self.slowRateMultiplier = settings.FloatSpin().getFromValue(0.4, 'Slow Rate Multiplier (ratio):', self, 1.5, 1.0)
# self.slowRateMultiplier = settings.FloatSpin().getFromValue(0.4, 'Slow Rate Multiplier (ratio):', self, 1.5, 1.0)
self.pentUpVolume = settings.FloatSpin().getFromValue(0.1, 'Pent Up Volume (cubic millimeters):', self, 1.0, 0.2)
self.slowdownSteps = settings.IntSpin().getFromValue(2, 'Slowdown Steps (positive integer):', self, 10, 3)
self.slowdownVolume = settings.FloatSpin().getFromValue(1.0, 'Slowdown Volume (cubic millimeters):', self, 10.0, 3.0)
Expand Down

0 comments on commit ce5af86

Please sign in to comment.