Skip to content

Commit

Permalink
[processing] removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
volaya committed Oct 5, 2016
1 parent bd06316 commit a4a74b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/plugins/processing/gui/NumberInputPanel.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def showExpressionsBuilder(self):
variables['%s_avg' % name] = "Mean value of %s" % desc
variables['%s_stddev' % name] = "Standard deviation of %s" % desc

#context.appendScope(modelerScope)
#context.setHighlightedVariables(modelerScope.variableNames())
dlg = QgsExpressionBuilderDialog(None, self.leText.text(), self, 'generic', context)
for variable, desc in variables.iteritems():
dlg.expressionBuilder().registerItem("Modeler", variable, "@" + variable, desc, highlightedItem=True)
Expand Down

0 comments on commit a4a74b6

Please sign in to comment.