Index: trunk/extensions/SemanticWatchlist/includes/SWL_Groups.php |
— | — | @@ -91,24 +91,5 @@ |
92 | 92 | |
93 | 93 | return $matchingGroups; |
94 | 94 | } |
95 | | - |
96 | | - /** |
97 | | - * Notifies all users that are watching a group and that should be notified |
98 | | - * of the provided changes. |
99 | | - * |
100 | | - * @since 0.1 |
101 | | - * |
102 | | - * @param $group |
103 | | - * @param SMWSemanticData $data |
104 | | - */ |
105 | | - protected static function notifyUsersForGroup( $group, SMWSemanticData $data ) { |
106 | | - $users = self::getUsersForGroup( $group ); |
107 | | - |
108 | | - foreach ( $users as $userId ) { |
109 | | - if ( self::userShouldBeNotified( $userId ) ) { |
110 | | - self::notifyUserOfChangesToGroup( $userId, $group, $data ); |
111 | | - } |
112 | | - } |
113 | | - } |
114 | 95 | |
115 | 96 | } |