Remove unused function from previous commit
This commit is contained in:
parent
805c78df67
commit
046079b805
|
@ -1549,13 +1549,6 @@ MathJax.Hub = {
|
|||
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) {
|
||||
var m = Math.floor(state.i/(state.scripts.length)*100);
|
||||
var message = (type === "Output" ? "Typesetting" : "Processing");
|
||||
|
|
Loading…
Reference in New Issue
Block a user