util/latex.js: remove unused function

This commit is contained in:
Max Bruckner 2015-05-09 01:28:12 +02:00
parent 291d620972
commit fc53fbd2a4

View File

@ -74,14 +74,6 @@ exports.operators = {
'or': '\\vee'
};
//create a comma separated list of function arguments
function functionArgs(args, config, callbacks) {
return args.map( function (arg) {
return arg.toTex(config, callbacks);
}).join(',');
}
var defaultTemplate = '\\mathrm{%name%}\\left(%*%\\right)';
/*