diff options
-rw-r--r-- | modules/gallery/libraries/Identity.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/gallery/libraries/Identity.php b/modules/gallery/libraries/Identity.php index 1dd5d23b..bfc523f4 100644 --- a/modules/gallery/libraries/Identity.php +++ b/modules/gallery/libraries/Identity.php @@ -200,13 +200,6 @@ class Identity_Core { } /** - * @see Identity_Driver::lookup_group_by_name. - */ - static function lookup_group_by_name($name) { - return self::instance()->driver->lookup_group_by_name($name); - } - - /** * @see Identity_Driver::get_user_list. */ static function get_user_list($ids) { |