Index: 2.9/wp-includes/registration.php
===================================================================
--- 2.9/wp-includes/registration.php	(revision 12463)
+++ 2.9/wp-includes/registration.php	(working copy)
@@ -308,12 +308,7 @@
  * @return array $user_contactmethods Array of contact methods and their labels.
  */
 function _wp_get_user_contactmethods() {
-	$user_contactmethods = array(
-		'aim' => __('AIM'),
-		'yim' => __('Yahoo IM'),
-		'jabber' => __('Jabber / Google Talk')
-	);
-	return apply_filters('user_contactmethods',$user_contactmethods);
+	return apply_filters( 'user_contactmethods', array());
 }
 
 ?>
