Index: src/bp-core/bp-core-functions.php
===================================================================
--- src/bp-core/bp-core-functions.php	(revision 11839)
+++ src/bp-core/bp-core-functions.php	(working copy)
@@ -3559,14 +3559,6 @@
 		),
 	);
 
-	$groups_details_updated = array(
-		'description'	=> __( "A group's details were updated.", 'buddypress' ),
-		'unsubscribe'	=> array(
-			'meta_key'	=> 'notification_groups_group_updated',
-			'message'	=> __( 'You will no longer receive emails when one of your groups is updated.', 'buddypress' ),
-		),
-	);
-
 	$groups_invitation = array(
 		'description'	=> __( 'A member has sent a group invitation to the recipient.', 'buddypress' ),
 		'unsubscribe'	=> array(
@@ -3583,14 +3575,6 @@
 		),
 	);
 
-	$groups_member_promoted = array(
-		'description'	=> __( "Recipient's status within a group has changed.", 'buddypress' ),
-		'unsubscribe'	=> array(
-			'meta_key'	=> 'notification_groups_admin_promotion',
-			'message'	=> __( 'You will no longer receive emails when you have been promoted in a group.', 'buddypress' ),
-		),
-	);
-
 	$groups_membership_request = array(
 		'description'	=> __( 'A member has requested permission to join a group.', 'buddypress' ),
 		'unsubscribe'	=> array(
