Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 2, 2017
1 parent 4b464f3 commit 58ab507
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/plugins/processing/gui/NumberInputPanel.py
Expand Up @@ -74,11 +74,6 @@ def __init__(self, param, modelParametersDialog):
self.btnSelect.clicked.connect(self.showExpressionsBuilder)
self.leText.textChanged.connect(lambda: self.hasChanged.emit())

# remove data defined button from modeler
self.layout().removeWidget(self.btnDataDefined)
sip.delete(self.btnDataDefined)
self.btnDataDefined = None

def showExpressionsBuilder(self):
context = createExpressionContext()
processing_context = createContext()
Expand Down

0 comments on commit 58ab507

Please sign in to comment.