diff --git a/python/plugins/processing/algs/qgis/PointsLayerFromTable.py b/python/plugins/processing/algs/qgis/PointsLayerFromTable.py index 2597acdf0c9..36dbea8dcc4 100644 --- a/python/plugins/processing/algs/qgis/PointsLayerFromTable.py +++ b/python/plugins/processing/algs/qgis/PointsLayerFromTable.py @@ -48,12 +48,6 @@ class PointsLayerFromTable(QgisAlgorithm): OUTPUT = 'OUTPUT' TARGET_CRS = 'TARGET_CRS' - def icon(self): - return QgsApplication.getThemeIcon("/providerQgis.svg") - - def svgIconPath(self): - return QgsApplication.iconPath("providerQgis.svg") - def tags(self): return self.tr('points,create,values,attributes').split(',')