Skip to content

Commit

Permalink
Remove misleading icon from vector split algorithm
Browse files Browse the repository at this point in the history
The algorithm doesn't split geometries - it seperates features
into different layers without altering the geometry
  • Loading branch information
nyalldawson committed Jun 24, 2017
1 parent fbcb97c commit 4717766
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/qgis/VectorSplit.py
Expand Up @@ -54,9 +54,6 @@ class VectorSplit(QgisAlgorithm):
FIELD = 'FIELD'
OUTPUT = 'OUTPUT'

def icon(self):
return QIcon(os.path.join(pluginPath, 'images', 'ftools', 'split_layer.png'))

def group(self):
return self.tr('Vector general tools')

Expand Down

0 comments on commit 4717766

Please sign in to comment.