src/Tools/jEdit/src/actions.xml
changeset 53021 d0fa3f446b9d
parent 52908 3461985dcbc3
child 53161 051cbf663b5f
--- a/src/Tools/jEdit/src/actions.xml	Tue Aug 13 19:52:12 2013 +0200
+++ b/src/Tools/jEdit/src/actions.xml	Tue Aug 13 20:34:46 2013 +0200
@@ -122,16 +122,6 @@
 	    isabelle.jedit.Isabelle.control_sup(textArea);
 	  </CODE>
 	</ACTION>
-	<ACTION NAME="isabelle.control-isub">
-	  <CODE>
-	    isabelle.jedit.Isabelle.control_isub(textArea);
-	  </CODE>
-	</ACTION>
-	<ACTION NAME="isabelle.control-isup">
-	  <CODE>
-	    isabelle.jedit.Isabelle.control_isup(textArea);
-	  </CODE>
-	</ACTION>
 	<ACTION NAME="isabelle.control-bold">
 	  <CODE>
 	    isabelle.jedit.Isabelle.control_bold(textArea);