Index: misc/form.js
===================================================================
RCS file: /cvs/drupal/drupal/misc/form.js,v
retrieving revision 1.12
diff -u -p -r1.12 form.js
--- misc/form.js	16 Oct 2009 16:37:00 -0000	1.12
+++ misc/form.js	22 Nov 2009 18:12:22 -0000
@@ -58,16 +58,6 @@ Drupal.behaviors.formUpdated = {
   }
 };
 
-Drupal.behaviors.multiselectSelector = {
-  attach: function (context, settings) {
-    // Automatically selects the right radio button in a multiselect control.
-    $('.multiselect select', context).once('multiselect').change(function () {
-        $('.multiselect input:radio[value="' + this.id.substr(5) + '"]')
-          .attr('checked', true);
-    });
-  }
-};
-
 /**
  * Automatically display the guidelines of the selected text format.
  */
