Skip to content

Commit

Permalink
[processing] Remove obsolete GeometryPredicateWidgetWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaud-morvan committed Feb 10, 2017
1 parent 2c188b2 commit f07154b
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions python/plugins/processing/gui/wrappers.py
Expand Up @@ -1115,15 +1115,3 @@ def value(self):
def validator(v):
return bool(v) or self.param.optional
return self.comboValue(validator)


def GeometryPredicateWidgetWrapper(WidgetWrapper):

def createWidget(self):
return GeometryPredicateSelectionPanel()

def setValue(self, value):
self.widget.setValue(value)

def value(self):
return self.widget.value()

0 comments on commit f07154b

Please sign in to comment.