Skip to content

Commit

Permalink
fix #15744 (followup dbf6169)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Oct 22, 2016
1 parent d527c85 commit 6bf74b4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/plugins/processing/algs/qgis/Eliminate.py
Expand Up @@ -54,9 +54,6 @@ class Eliminate(GeoAlgorithm):
MODE_SMALLEST_AREA = 1
MODE_BOUNDARY = 2

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

def defineCharacteristics(self):
self.name, self.i18n_name = self.trAlgorithm('Eliminate sliver polygons')
self.group, self.i18n_group = self.trAlgorithm('Vector geometry tools')
Expand Down

0 comments on commit 6bf74b4

Please sign in to comment.