Remove unused function from previous commit

This commit is contained in:
Davide P. Cervone 2011-08-28 13:24:30 -04:00
parent 805c78df67
commit 046079b805

View File

@ -1549,13 +1549,6 @@ MathJax.Hub = {
return null; return null;
}, },
postOutput: function (state) {
for (var id in state.jax) {if (state.jax.hasOwnProperty(id)) {
var JAX = MathJax.OutputJax[id];
if (JAX.postTranslate) {JAX.preTranslate(state.jax[id])}
}}
},
processMessage: function (state,type) { processMessage: function (state,type) {
var m = Math.floor(state.i/(state.scripts.length)*100); var m = Math.floor(state.i/(state.scripts.length)*100);
var message = (type === "Output" ? "Typesetting" : "Processing"); var message = (type === "Output" ? "Typesetting" : "Processing");