Tested in Drupal 7.
Put the following topic in template.php. Change MYTHEME to the name of your theme.
function MYTHEME_form_alter(&$form, &$form_state, $form_id) {
if ($form_id == 'user_profile_form') {
$form['contact']['#access'] = FALSE;
}
}
, false, (), . , .