summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-10-20 17:24:17 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-10-20 17:24:17 -0700
commit0d53ed619ad8c1ab3f6b57d3ecd62ad10f648877 (patch)
treef270adb900282f75d2f438cbeef633b798f42ee7
parentb28c758d4a98c9e877fb81f7b88f9c8597de74b6 (diff)
remove the lookup_group_by_name as it is not referenced
-rw-r--r--modules/gallery/libraries/Identity.php7
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) {