Skip to content

Commit

Permalink
Fix use of incorrect icon for algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Aug 22, 2017
1 parent b62fd51 commit 8218f35
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/plugins/processing/algs/qgis/PointsLayerFromTable.py
Expand Up @@ -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(',')

Expand Down

0 comments on commit 8218f35

Please sign in to comment.