]> git.mjollnir.org Git - moodle.git/commitdiff
Delete code that has been commented out for over 18 months.
authortjhunt <tjhunt>
Thu, 25 Sep 2008 03:43:57 +0000 (03:43 +0000)
committertjhunt <tjhunt>
Thu, 25 Sep 2008 03:43:57 +0000 (03:43 +0000)
lib/javascript-static.js

index 48bbb5a07b58b7a3e62d8e69df1d1c3729eb7b90..5670f0da485496381de06ca469546769f26501f7 100644 (file)
@@ -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<el.length; i++) {