diff --git a/unpacked/jax/output/CommonHTML/autoload/maction.js b/unpacked/jax/output/CommonHTML/autoload/maction.js
index 84dc6c608..ef2bffef0 100644
--- a/unpacked/jax/output/CommonHTML/autoload/maction.js
+++ b/unpacked/jax/output/CommonHTML/autoload/maction.js
@@ -44,7 +44,7 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
MML.maction.Augment({
CHTMLtooltip: HTML.addElement(document.body,"div",{id:"MathJax_CHTML_Tooltip"}),
- toCommonHTML: function (node,stretch) {
+ toCommonHTML: function (node) {
var selected = this.Get("selection");
node = this.CHTMLcreateNode(node);
this.CHTML = CHTML.BBOX.empty();
@@ -62,8 +62,6 @@ MathJax.Hub.Register.StartupHook("CommonHTML Jax Ready",function () {
return node;
},
- CHTMLstretchH: MML.mbase.CHTMLstretchH,
- CHTMLstretchV: MML.mbase.CHTMLstretchV,
//
// Implementations for the various actions