From fc53fbd2a4a02bb9814f2ebea370f1c251027d5e Mon Sep 17 00:00:00 2001 From: Max Bruckner Date: Sat, 9 May 2015 01:28:12 +0200 Subject: [PATCH] util/latex.js: remove unused function --- lib/util/latex.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/util/latex.js b/lib/util/latex.js index e5302d6c9..404dab01a 100644 --- a/lib/util/latex.js +++ b/lib/util/latex.js @@ -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)'; /*