Skip to content
Snippets Groups Projects
Commit 3131537f authored by Sebastian Krings's avatar Sebastian Krings
Browse files

fix warnings

parent a4b7b7a7
No related branches found
No related tags found
No related merge requests found
...@@ -54,22 +54,6 @@ ...@@ -54,22 +54,6 @@
<separator <separator
name="de.prob.units.separator2" name="de.prob.units.separator2"
visible="true"> visible="true">
<visibleWhen>
<with
variable="selection">
<iterate
operator="or">
<or>
<instanceof
value="org.eventb.core.IMachineRoot">
</instanceof>
<instanceof
value="org.eventb.core.IContextRoot">
</instanceof>
</or>
</iterate>
</with>
</visibleWhen>
</separator> </separator>
<command <command
commandId="de.prob.units.startunitanalysis" commandId="de.prob.units.startunitanalysis"
...@@ -96,22 +80,6 @@ ...@@ -96,22 +80,6 @@
<separator <separator
name="de.prob.units.separator1" name="de.prob.units.separator1"
visible="true"> visible="true">
<visibleWhen>
<with
variable="selection">
<iterate
operator="or">
<or>
<instanceof
value="org.eventb.core.IMachineRoot">
</instanceof>
<instanceof
value="org.eventb.core.IContextRoot">
</instanceof>
</or>
</iterate>
</with>
</visibleWhen>
</separator> </separator>
</menuContribution> </menuContribution>
</extension> </extension>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment