浏览代码

wxGUI: unused icon removed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32422 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 17 年之前
父节点
当前提交
ce1a968e83
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      gui/wxpython/icons/icon.py

+ 0 - 3
gui/wxpython/icons/icon.py

@@ -98,7 +98,6 @@ icons_default = {
     "addshaded"  : 'module-d.shadedmap.gif',
     "addrarrow"  : 'module-d.rast.arrow.gif',
     "addrnum"    : 'module-d.rast.num.gif',
-    "elvect"     : 'element-vector.gif',
     "addthematic": 'module-d.vect.thematic.gif',
     "addchart"   : 'module-d.vect.chart.gif',
     "addgrid"    : 'module-d.grid.gif',
@@ -301,8 +300,6 @@ Icons = {
                              label=_("Add raster flow arrows")),
     "addrnum"    : MetaIcon (img=icons_img["addrnum"],
                              label=_("Add raster cell numbers")),
-    "elvect"     : MetaIcon (img=icons_img["elvect"],
-                             label=_("")),
     "addthematic": MetaIcon (img=icons_img["addthematic"],
                              label=_("Add thematic layer")),
     "addchart"   : MetaIcon (img=icons_img["addchart"],