From: tjhunt Date: Thu, 25 Sep 2008 03:43:57 +0000 (+0000) Subject: Delete code that has been commented out for over 18 months. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1bab4e784d9890bff1bb2493e49e6fabc2f371b4;p=moodle.git Delete code that has been commented out for over 18 months. --- diff --git a/lib/javascript-static.js b/lib/javascript-static.js index 48bbb5a07b..5670f0da48 100644 --- a/lib/javascript-static.js +++ b/lib/javascript-static.js @@ -9,28 +9,6 @@ function popupchecker(msg) { } } -/* -function popUpProperties(inobj) { -/// Legacy function - var op = window.open(); - op.document.open('text/plain'); - for (objprop in inobj) { - op.document.write(objprop + ' => ' + inobj[objprop] + '\n'); - } - op.document.close(); -} - -function fillmessagebox(text) { -/// Legacy function - document.form.message.value = text; -} - -function copyrichtext(textname) { -/// Legacy stub for old editor - to be removed soon - return true; -} -*/ - function checkall() { var el = document.getElementsByTagName('input'); for(var i=0; i