summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/template.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/garland/template.php b/themes/garland/template.php
index d3f89de16..84f136d7c 100644
--- a/themes/garland/template.php
+++ b/themes/garland/template.php
@@ -86,11 +86,3 @@ function phptemplate_menu_local_tasks() {
return $output;
}
-
-function garland_username($object) {
- return _phptemplate_callback('username',
- array(
- 'username' => check_plain($object->name),
- 'userpage' => l($object->name, 'user/'. $object->uid)));
-}
-