Skip to content

Commit 6bf74b4

Browse files
committed
fix #15744 (followup dbf6169)
1 parent d527c85 commit 6bf74b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/plugins/processing/algs/qgis/Eliminate.py

-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ class Eliminate(GeoAlgorithm):
5454
MODE_SMALLEST_AREA = 1
5555
MODE_BOUNDARY = 2
5656

57-
def getIcon(self):
58-
return QIcon(os.path.join(pluginPath, 'images', 'ftools', 'eliminate.png'))
59-
6057
def defineCharacteristics(self):
6158
self.name, self.i18n_name = self.trAlgorithm('Eliminate sliver polygons')
6259
self.group, self.i18n_group = self.trAlgorithm('Vector geometry tools')

0 commit comments

Comments
 (0)