Просмотр исходного кода

wxGUI/modeler: remove non-functional if-else conditions from menu

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@67246 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 9 лет назад
Родитель
Сommit
b75cdace95
1 измененных файлов с 0 добавлено и 6 удалено
  1. 0 6
      gui/wxpython/xml/menudata_modeler.xml

+ 0 - 6
gui/wxpython/xml/menudata_modeler.xml

@@ -89,12 +89,6 @@
 	  <shortcut>Ctrl+L</shortcut>
 	  <shortcut>Ctrl+L</shortcut>
 	</menuitem>
 	</menuitem>
 	<menuitem>
 	<menuitem>
-	  <label>Add condition</label>
-	  <help>Adds condition (if/else) to model</help>
-	  <handler>OnDefineCondition</handler>
-	  <shortcut>Ctrl+I</shortcut>
-	</menuitem>
-	<menuitem>
 	  <label>Add comment</label>
 	  <label>Add comment</label>
 	  <help>Adds comment to model</help>
 	  <help>Adds comment to model</help>
 	  <handler>OnAddComment</handler>
 	  <handler>OnAddComment</handler>