Skip to content

Commit 8218f35

Browse files
committed
Fix use of incorrect icon for algorithm
1 parent b62fd51 commit 8218f35

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,6 @@ class PointsLayerFromTable(QgisAlgorithm):
4848
OUTPUT = 'OUTPUT'
4949
TARGET_CRS = 'TARGET_CRS'
5050

51-
def icon(self):
52-
return QgsApplication.getThemeIcon("/providerQgis.svg")
53-
54-
def svgIconPath(self):
55-
return QgsApplication.iconPath("providerQgis.svg")
56-
5751
def tags(self):
5852
return self.tr('points,create,values,attributes').split(',')
5953

0 commit comments

Comments
 (0)